Forgot to include the Version file - fixed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-03-03 15:31:05 +00:00
parent cfceb8ab2d
commit 8239c8f04f

View file

@ -98,6 +98,7 @@
[mf createMakefileForProject:[self projectName]];
[mf appendString:@"include $(GNUSTEP_MAKEFILES)/common.make\n"];
[mf appendString:@"include Version\n"];
[mf appendSubprojects:[dict objectForKey:PCSubprojects]];
[mf appendLibrary];