X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.wat;h=8ad67786c3c2101b13caf8b9e558171dc0b9d2eb;hb=35a69bde5350e28b10534080f8dc3b490c8bd54e;hp=4eb3370cd8baa967f9b94b9a562f98f2066f3ed2;hpb=2cf72b21cb650d14bb13ebec5b03f1698a9cb286;p=freeglut 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