mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
hehe, qw-client-glx compiles (probably with lots of stuff missing) but doesn't link
This commit is contained in:
parent
64c8e8000d
commit
5928058c00
2 changed files with 1 additions and 34 deletions
|
@ -15,7 +15,7 @@ CL_GLX_libs=-lX11 -lXext -lGL
|
|||
DIRECTORIES=
|
||||
vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib
|
||||
|
||||
CPPFLAGS=-I . -I ../include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp
|
||||
CPPFLAGS=-I . -I ../include -I /usr/X11R6/include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp
|
||||
|
||||
gcc -I . -I ../include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp -c -o gl_draw.o gl_draw.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue