*** 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:
Sergii Stoian 2003-04-21 14:17:28 +00:00
parent 2e21945493
commit e4d501f314
3 changed files with 8 additions and 6 deletions

View file

@ -8,7 +8,7 @@
* $Id$
*/
#import "AppController.h"
#include "AppController.h"
@implementation AppController

View file

@ -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

View file

@ -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
#