Fixing bug 3058389, typo in Open Watcom Makefile.wat. Thank you, Kasper.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@885 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
707dedd131
commit
21c78935f7
@ -144,10 +144,10 @@ freeglut_overlay.obj : $(SRC_DIR)\freeglut_overlay.c
|
||||
freeglut_spaceball.obj : $(SRC_DIR)\freeglut_spaceball.c
|
||||
$(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)
|
||||
|
||||
ffreeglut_state.obj : $(SRC_DIR)\freeglut_state.c
|
||||
freeglut_state.obj : $(SRC_DIR)\freeglut_state.c
|
||||
$(COMPILER) $(SRC_DIR)\$[. $(COMPILE_OPTIONS)
|
||||
|
||||
reeglut_stroke_mono_roman.obj : $(SRC_DIR)\freeglut_stroke_mono_roman.c
|
||||
freeglut_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
|
||||
|
Reference in New Issue
Block a user