Added glext thingy.

This commit is contained in:
Dabb 2001-01-06 08:09:29 +00:00
parent f0d150104e
commit c621eef621
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,7 @@ EXT2=.obj
#EXT2=.asm
DEPEND = \
$(OBJS)\qfgl_ext.obj\
$(OBJS)\hash.obj\
$(OBJS)\joy_win.obj\
$(OBJS)\pcx.obj\
@ -232,6 +233,7 @@ $(EXE)\qf-client-wgl.exe : $(DEPEND)
$(TLINK32) @&&|
/v $(LINKOPTS) +
$(CROOT)\LIB\c0w32.obj+
$(OBJS)\qfgl_ext.obj+
$(OBJS)\hash.obj+
$(OBJS)\joy_win.obj+
$(OBJS)\pcx.obj+
@ -335,6 +337,11 @@ $(OBJS)\quakeforge.res : $(QFROOT)\include\win32\resources\quakeforge.rc
$(BRC32) -R @&&|
-FO$@ $(QFROOT)\include\win32\resources\quakeforge.rc
|
$(OBJS)\qfgl_ext.obj : $(QFROOT)\source\qfgl_ext.c
$(BCC32) -P- -c @&&|
$(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(QFROOT)\source\qfgl_ext.c
|
$(OBJS)\pcx.obj : $(QFROOT)\source\pcx.c
$(BCC32) -P- -c @&&|