mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16499 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e21945493
commit
e4d501f314
3 changed files with 8 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#import "AppController.h"
|
||||
#include "AppController.h"
|
||||
|
||||
@implementation AppController
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
2002-04-21 Serg Stoyan <stoyan@hologr.com>
|
||||
|
||||
* *.h, *.m: Replace #import with #include and add #ifndefs.
|
||||
* GNUmakefile: Set BUNDLE_INSTALL_DIR to
|
||||
$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
|
||||
2002-06-01 15:53 probert
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
# Bundle
|
||||
#
|
||||
|
||||
PACKAGE_NAME=PCAppProj
|
||||
BUNDLE_NAME=PCAppProj
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCAppProj_PRINCIPAL_CLASS=PCAppProj
|
||||
PACKAGE_NAME = PCAppProj
|
||||
BUNDLE_NAME = PCAppProj
|
||||
BUNDLE_EXTENSION = .bundle
|
||||
BUNDLE_INSTALL_DIR = $(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
PCAppProj_PRINCIPAL_CLASS = PCAppProj
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue