Skip to content

Commit

Permalink
Add custom get proc support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeyy committed Jan 17, 2022
1 parent 966e53f commit 3ee0ae8
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 903 deletions.
1 change: 0 additions & 1 deletion auto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ $(S.DEST)/glew.c: $(EXT)/.dummy
cat $(SRC)/glew_head.c >> $@
$(BIN)/make_def_fun.pl GL $(GL_CORE_SPEC) >> $@
$(BIN)/make_def_fun.pl GL $(GL_EXT_SPEC) >> $@
echo -e "\nGLboolean __GLEW_VERSION_1_1 = GL_FALSE;" >> $@
$(BIN)/make_def_var.pl GL $(GL_CORE_SPEC) >> $@
$(BIN)/make_def_var.pl GL $(GL_EXT_SPEC) >> $@
echo -e "\nstatic const char * _glewExtensionLookup[] = {" >> $@;
Expand Down
Loading

0 comments on commit 3ee0ae8

Please sign in to comment.