mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Added glext thingy.
This commit is contained in:
parent
f0d150104e
commit
c621eef621
1 changed files with 7 additions and 0 deletions
|
@ -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 @&&|
|
||||
|
|
Loading…
Reference in a new issue