summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 297c53d..729eabe 100644
--- a/makefile
+++ b/makefile
@@ -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