mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=ProjectCenter
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd04c2f9b6
commit
077d9acf41
14 changed files with 21 additions and 15 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* All GNUmakefiles: removed GNUSTEP_CORE_SOFTWARE=YES and
|
||||
added PACKAGE_NAME=ProjectCenter.
|
||||
* GNUmakefile: Export PACKAGE_NAME to reduce chances of a problem
|
||||
if a GNUmakefile in a subdirectory is missing it.
|
||||
|
||||
2008-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Framework/GNUmakefile.preamble (GMAKE): Take advantage of the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - Generated by ProjectCenter
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -9,15 +9,14 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||
endif
|
||||
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
export GNUSTEP_CORE_SOFTWARE
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
export PACKAGE_NAME
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
# Main application
|
||||
#
|
||||
VERSION = 0.5.0
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
APP_NAME = ProjectCenter
|
||||
ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - ProjectCenter.debugger
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - ProjectCenter.editor
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# - ObjectiveC -- that's it!
|
||||
#
|
||||
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - ProjectCenter.parser
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - Aggregate.project
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - ApplicationProject
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - BundleProject
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - FrameworkProject
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - LibraryProject
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - Aggregate.project
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# GNUmakefile - ToolProject
|
||||
#
|
||||
GNUSTEP_CORE_SOFTWARE = YES
|
||||
PACKAGE_NAME = ProjectCenter
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue