diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,14 +38,14 @@ HEADERS = global.h \ OBJECTS = $(SOURCES:.cpp=.o) -# NOTE1: Use these libs for GNU/linux. They should work with any unix that has -# X11 too. +# NOTE1: Use these libs for GNU/linux. They should give a head-start to any +# UNIX that has X11/OpenGL. # #LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lXi -lXmu -lm LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lm -# NOTE2: Use thes libs for cygwin +# NOTE2: Use thes libs for cygwin -- currently broken # #LIBS = -lglut32 -lglu32 -lopengl32 |