diff options
author | Ian C <ianc@noddybox.co.uk> | 2010-08-18 14:38:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2010-08-18 14:38:34 +0000 |
commit | 19bbd5822593c7198dd54eb0f5d38fa1ed8d8fb7 (patch) | |
tree | 97f7f8849c3a8282ba571a64ff2a655cdf5d41aa /makefile | |
parent | 0d2f672482fee91a9642a7cb6eb01fcdded79159 (diff) |
Reformatted code and altered the attraction rule to something a bit more
correct. Also added two tests to prove it works.
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 |