mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
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:
parent
6e35a3c7a5
commit
eea055caa2
@ -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_* >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user