fixed problems with mx builds; update project files

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@321 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-12-29 07:24:50 +00:00
parent 6e35a3c7a5
commit eea055caa2

View File

@ -113,8 +113,9 @@ $(S.DEST)/glew_gl.c: $(EXT)/.dummy
$(S.DEST)/glew_wgl.c: $(EXT)/.dummy
cp -f $(SRC)/glew_wgl_head.c $@
$(BIN)/make_def.pl WGL $(EXT)/WGL_* >> $@
cat $(SRC)/glew_wgl_def.c >> $@
$(BIN)/make_def_fun.pl WGL $(EXT)/WGL_* >> $@
$(BIN)/make_def_var.pl WGL $(EXT)/WGL_* >> $@
cat $(SRC)/glew_wgl_var.c >> $@
$(BIN)/make_init.pl WGL $(EXT)/WGL_* >> $@
cat $(SRC)/glew_wgl_init.c >> $@
$(BIN)/make_list.pl $(EXT)/WGL_* >> $@