Adding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build...
authorJohn F. Fay <johnffay@nettally.com>
Sun, 8 Nov 2009 02:58:49 +0000 (02:58 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 8 Nov 2009 02:58:49 +0000 (02:58 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@840 7f0cb862-5218-0410-a997-914c9d46530a

Makefile.wat

index 4eb3370..8ad6778 100644 (file)
@@ -59,6 +59,7 @@ OBJ_FILES = &
        freeglut_menu.obj &\r
        freeglut_misc.obj &\r
        freeglut_overlay.obj &\r
+       freeglut_spaceball.obj &\r
        freeglut_state.obj &\r
        freeglut_stroke_mono_roman.obj &\r
        freeglut_stroke_roman.obj &\r
@@ -140,10 +141,13 @@ freeglut_misc.obj : $(SRC_DIR)\freeglut_misc.c
 freeglut_overlay.obj : $(SRC_DIR)\freeglut_overlay.c\r
        $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)\r
 \r
-freeglut_state.obj : $(SRC_DIR)\freeglut_state.c\r
+freeglut_spaceball.obj : $(SRC_DIR)\freeglut_spaceball.c\r
        $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)\r
 \r
-freeglut_stroke_mono_roman.obj : $(SRC_DIR)\freeglut_stroke_mono_roman.c\r
+ffreeglut_state.obj : $(SRC_DIR)\freeglut_state.c\r
+       $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)\r
+\r
+reeglut_stroke_mono_roman.obj : $(SRC_DIR)\freeglut_stroke_mono_roman.c\r
        $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)\r
 \r
 freeglut_stroke_roman.obj : $(SRC_DIR)\freeglut_stroke_roman.c\r