From c2557f0a19bb6b04757818bc54c23d9563ccd0bf Mon Sep 17 00:00:00 2001 From: fayjf Date: Sun, 8 Nov 2009 02:58:49 +0000 Subject: [PATCH] Adding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build using OpenWATCOM git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@840 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/Makefile.wat | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/freeglut/freeglut/Makefile.wat b/freeglut/freeglut/Makefile.wat index 4eb3370..8ad6778 100644 --- a/freeglut/freeglut/Makefile.wat +++ b/freeglut/freeglut/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