diff options
-rwxr-xr-x | TOOLS/GL-test/compile.sh | 2 | ||||
-rw-r--r-- | TOOLS/subfont-c/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/GL-test/compile.sh b/TOOLS/GL-test/compile.sh index 2bb40def0a..4885e18d7c 100755 --- a/TOOLS/GL-test/compile.sh +++ b/TOOLS/GL-test/compile.sh @@ -1,2 +1,2 @@ -gcc -g -O4 gltest.c ../../linux/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm +gcc -g -O4 gltest.c ../../osdep/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm diff --git a/TOOLS/subfont-c/Makefile b/TOOLS/subfont-c/Makefile index 17bcd86094..d64e57370f 100644 --- a/TOOLS/subfont-c/Makefile +++ b/TOOLS/subfont-c/Makefile @@ -1,6 +1,6 @@ include ../../config.mak -LDLIBS=-lm ../../linux/timer-lx.o $(shell freetype-config --libs) +LDLIBS=-lm ../../osdep/timer-lx.o $(shell freetype-config --libs) CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 |