# HG changeset patch # User diego # Date 1053822078 0 # Node ID 3f3b7829dce846070a18dc835685123b54fcfba1 # Parent 832182cacfe63971249b678407611ac349983af6 The linux directory is now called osdep. diff -r 832182cacfe6 -r 3f3b7829dce8 TOOLS/GL-test/compile.sh --- a/TOOLS/GL-test/compile.sh Sun May 25 00:14:16 2003 +0000 +++ b/TOOLS/GL-test/compile.sh Sun May 25 00:21:18 2003 +0000 @@ -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 -r 832182cacfe6 -r 3f3b7829dce8 TOOLS/subfont-c/Makefile --- a/TOOLS/subfont-c/Makefile Sun May 25 00:14:16 2003 +0000 +++ b/TOOLS/subfont-c/Makefile Sun May 25 00:21:18 2003 +0000 @@ -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