mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
no resources currently
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40071 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6139623d1e
commit
4228651008
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
||||
|
||||
Copyright (C) 2001-2013 Free Software Foundation
|
||||
Copyright (C) 2001-2016 Free Software Foundation
|
||||
|
||||
Authors: Philippe C.D. Robert
|
||||
Serg Stoyan
|
||||
|
@ -109,7 +109,6 @@
|
|||
NSBundle *projectBundle = nil;
|
||||
NSString *_file = nil;
|
||||
NSString *_2file = nil;
|
||||
NSString *_resourcePath = nil;
|
||||
PCFileCreator *pcfc = [PCFileCreator sharedCreator];
|
||||
|
||||
NSAssert(path,@"No valid project path provided!");
|
||||
|
@ -153,9 +152,6 @@
|
|||
// GNUmakefile.postamble
|
||||
[[PCMakefileFactory sharedFactory] createPostambleForProject:self];
|
||||
|
||||
// Resources
|
||||
_resourcePath = [path stringByAppendingPathComponent:@"Resources"];
|
||||
|
||||
// Save the project to disc
|
||||
[self writeMakefile];
|
||||
[self save];
|
||||
|
|
Loading…
Reference in a new issue