Makefile updates now versionfunc

This commit is contained in:
seba 2009-09-07 13:25:53 +02:00
父節點 d5ec792b66
當前提交 bba39ee368
共有 2 個文件被更改,包括 8 次插入2 次删除

查看文件

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

3
TODO Normal file
查看文件

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