From bba39ee368585b1937841ac0834c41bf4b58a829 Mon Sep 17 00:00:00 2001 From: seba Date: Mon, 7 Sep 2009 13:25:53 +0200 Subject: [PATCH] Makefile updates now versionfunc --- Makefile | 7 +++++-- TODO | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 TODO diff --git a/Makefile b/Makefile index bc0344d..d03a1ca 100755 --- a/Makefile +++ b/Makefile @@ -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); diff --git a/TODO b/TODO new file mode 100644 index 0000000..9be1a25 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +libsegl + const einfuegen wo es hinmuss + evtl. openglstuff von nichtopenglstuff mehr trennen