From: John F. Fay Date: Sun, 8 Nov 2009 02:58:49 +0000 (+0000) Subject: Adding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=5479ac18172fadd09d5130d2289d941c7afbe00a;p=freeglut Adding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build using OpenWATCOM git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@840 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/Makefile.wat b/Makefile.wat index 4eb3370..8ad6778 100644 --- a/Makefile.wat +++ b/Makefile.wat @@ -59,6 +59,7 @@ OBJ_FILES = & freeglut_menu.obj & freeglut_misc.obj & freeglut_overlay.obj & + freeglut_spaceball.obj & freeglut_state.obj & freeglut_stroke_mono_roman.obj & freeglut_stroke_roman.obj & @@ -140,10 +141,13 @@ freeglut_misc.obj : $(SRC_DIR)\freeglut_misc.c freeglut_overlay.obj : $(SRC_DIR)\freeglut_overlay.c $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS) -freeglut_state.obj : $(SRC_DIR)\freeglut_state.c +freeglut_spaceball.obj : $(SRC_DIR)\freeglut_spaceball.c $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS) -freeglut_stroke_mono_roman.obj : $(SRC_DIR)\freeglut_stroke_mono_roman.c +ffreeglut_state.obj : $(SRC_DIR)\freeglut_state.c + $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS) + +reeglut_stroke_mono_roman.obj : $(SRC_DIR)\freeglut_stroke_mono_roman.c $(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS) freeglut_stroke_roman.obj : $(SRC_DIR)\freeglut_stroke_roman.c