mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
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:
parent
cfceb8ab2d
commit
8239c8f04f
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue