Makefile updates now versionfunc

This commit is contained in:
seba 2009-09-07 13:25:53 +02:00
parent d5ec792b66
commit bba39ee368
2 changed files with 8 additions and 2 deletions

View File

@ -30,8 +30,11 @@ subdirs:
%.o: %.cpp %.h %.o: %.cpp %.h
$(CC) $(OBJOPT) $< $(CC) $(OBJOPT) $<
# this could probably fail..
# thought to get segl.cpp rebuilded
segl.o: $(OBJECTS:segl.o=)
glgui/glgui.a: glgui/glgui.a:
cd glgui; $(MAKE); cd glgui; $(MAKE);

3
TODO Normal file
View File

@ -0,0 +1,3 @@
libsegl
const einfuegen wo es hinmuss
evtl. openglstuff von nichtopenglstuff mehr trennen