New version 0.3.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13752 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-06-01 13:54:34 +00:00
parent 324a187f3e
commit e136c8c2a5
3 changed files with 10 additions and 11 deletions

View file

@ -9,28 +9,30 @@
# #
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
#
#
# Subprojects # Subprojects
# #
# #
# Main application # Main application
# #
PACKAGE_NAME=ProjectCenter PACKAGE_NAME=ProjectCenter
APP_NAME=ProjectCenter APP_NAME=ProjectCenter
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff
#
#
# Additional libraries # Additional libraries
# #
ADDITIONAL_GUI_LIBS += -lProjectCenter ADDITIONAL_GUI_LIBS += -lProjectCenter
# #
# Resource files # Resource files
# #
@ -62,7 +64,6 @@ ProjectCentre_uml.tiff \
ProjectCenter_dist.tiff ProjectCenter_dist.tiff
# #
# Header files # Header files
# #
@ -76,7 +77,6 @@ PCPrefController.h \
PCAppController+MenuHandling.h PCAppController+MenuHandling.h
# #
# Class files # Class files
# #
@ -91,7 +91,6 @@ ProjectCenter_main.m \
PCAppController+MenuHandling.m PCAppController+MenuHandling.m
# #
# C files # C files
# #

View file

@ -55,7 +55,7 @@
ProjectCentre_uml.tiff, ProjectCentre_uml.tiff,
ProjectCenter_dist.tiff ProjectCenter_dist.tiff
); );
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)"; INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)";
INTERFACES = ( INTERFACES = (
); );
LANGUAGE = English; LANGUAGE = English;

View file

@ -27,10 +27,10 @@
ApplicationName = "ProjectCenter"; ApplicationName = "ProjectCenter";
ApplicationDescription = "GNUstep IDE"; ApplicationDescription = "GNUstep IDE";
ApplicationIcon = "ProjectCenter.tiff"; ApplicationIcon = "ProjectCenter.tiff";
ApplicationRelease = "ProjectCenter 0.3.0pre1"; ApplicationRelease = "ProjectCenter 0.3.0";
FullVersionID = "0.3.0pre1"; FullVersionID = "0.3.0";
Authors = ("Philippe C.D. Robert <phr@3dkit.org>"); Authors = ("Philippe C.D. Robert <phr@3dkit.org>");
URL = "http://www.projectcenter.ch"; URL = "http://www.gnustep.org";
Copyright = "Copyright (C) 2001 - 2002 Free Software Foundation"; Copyright = "Copyright (C) 2001 - 2002 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 2.0"; CopyrightDescription = "Released under the GNU General Public License 2.0";
} }