mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Make sure include/GL exists before attempting to use it
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@81 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
2b9775d8d3
commit
f3985b3a9b
@ -58,6 +58,7 @@ $(EXT)/.dummy: $(REGISTRY)/.dummy
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(I.DEST)/glew.h: $(EXT)/.dummy
|
$(I.DEST)/glew.h: $(EXT)/.dummy
|
||||||
|
test -d $(I.DEST) || mkdir -p $(I.DEST)
|
||||||
cp -f $(SRC)/glew_pre.h $@
|
cp -f $(SRC)/glew_pre.h $@
|
||||||
$(BIN)/make_header.pl GLAPIENTRY $(CORE)/GL_VERSION* >> $@
|
$(BIN)/make_header.pl GLAPIENTRY $(CORE)/GL_VERSION* >> $@
|
||||||
mv $@ tmp; grep -v 'PFNGLBLENDCOLORPROC' tmp | \
|
mv $@ tmp; grep -v 'PFNGLBLENDCOLORPROC' tmp | \
|
||||||
|
Loading…
Reference in New Issue
Block a user