Makefile updates now versionfunc

master
seba 15 years ago
parent d5ec792b66
commit bba39ee368

@ -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);

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