Skip to content

Commit

Permalink
Fix compile errors is you glext.h file is too old.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Feb 1, 2008
1 parent 671df26 commit 52c4dbf
Show file tree
Hide file tree
Showing 4 changed files with 7,294 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,11 @@ clean:
docs:
cd docs && doxygen Doxyfile

.depend: *.h books/*.h
.depend: *.h books/*.h elglext.h
$(CC) $(CFLAGS) -MM $(patsubst %.o, %.c, $(COBJS)) >.depend
$(CXX) $(CXXFLAGS) -MM $(patsubst %.o, %.cpp, $(CXXOBJS)) >>.depend

elglext.h: glext.pl glext.h
perl glext.pl > $@

-include .depend
Loading

0 comments on commit 52c4dbf

Please sign in to comment.