mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
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:
parent
324a187f3e
commit
e136c8c2a5
3 changed files with 10 additions and 11 deletions
|
@ -9,28 +9,30 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Subprojects
|
||||
#
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Main application
|
||||
#
|
||||
|
||||
PACKAGE_NAME=ProjectCenter
|
||||
APP_NAME=ProjectCenter
|
||||
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
|
||||
ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Additional libraries
|
||||
#
|
||||
|
||||
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
# Resource files
|
||||
#
|
||||
|
||||
|
@ -62,7 +64,6 @@ ProjectCentre_uml.tiff \
|
|||
ProjectCenter_dist.tiff
|
||||
|
||||
#
|
||||
|
||||
# Header files
|
||||
#
|
||||
|
||||
|
@ -76,7 +77,6 @@ PCPrefController.h \
|
|||
PCAppController+MenuHandling.h
|
||||
|
||||
#
|
||||
|
||||
# Class files
|
||||
#
|
||||
|
||||
|
@ -91,7 +91,6 @@ ProjectCenter_main.m \
|
|||
PCAppController+MenuHandling.m
|
||||
|
||||
#
|
||||
|
||||
# C files
|
||||
#
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
ProjectCentre_uml.tiff,
|
||||
ProjectCenter_dist.tiff
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
ApplicationName = "ProjectCenter";
|
||||
ApplicationDescription = "GNUstep IDE";
|
||||
ApplicationIcon = "ProjectCenter.tiff";
|
||||
ApplicationRelease = "ProjectCenter 0.3.0pre1";
|
||||
FullVersionID = "0.3.0pre1";
|
||||
ApplicationRelease = "ProjectCenter 0.3.0";
|
||||
FullVersionID = "0.3.0";
|
||||
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";
|
||||
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue