mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
Added libProjectCenter to the bundle's library link settings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
346daad02e
commit
a50df2110a
13 changed files with 26 additions and 13 deletions
|
@ -28,7 +28,7 @@ PCAppProj_PRINCIPAL_CLASS=PCAppProj
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCAppProj_LIBRARIES_DEPEND_UPON +=
|
||||
PCAppProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
|
@ -28,7 +28,7 @@ PCBaseFileTypes_PRINCIPAL_CLASS=PCBaseFileType
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCBaseFileTypes_LIBRARIES_DEPEND_UPON +=
|
||||
PCBaseFileTypes_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
|
@ -28,7 +28,7 @@ PCBundleProj_PRINCIPAL_CLASS=PCBundleProj
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCBundleProj_LIBRARIES_DEPEND_UPON +=
|
||||
PCBundleProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
|
@ -28,7 +28,7 @@ PCGormProj_PRINCIPAL_CLASS=PCGormProj
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCGormProj_LIBRARIES_DEPEND_UPON +=
|
||||
PCGormProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -59,7 +59,8 @@ ADDITIONAL_LIB_DIRS += -L../PCLib/$(GNUSTEP_OBJ_DIR)
|
|||
|
||||
ADDITIONAL_TOOL_LIBS +=
|
||||
|
||||
PCAppProj_BUNDLE_LIBS = -lProjectCenter
|
||||
# Not needed anymore, now managed by ProjectCenter
|
||||
#PCGormProj_BUNDLE_LIBS = -lProjectCenter
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
|
@ -28,7 +28,7 @@ PCLibProj_PRINCIPAL_CLASS=PCLibProj
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCLibProj_LIBRARIES_DEPEND_UPON +=
|
||||
PCLibProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
|
@ -28,7 +28,7 @@ PCToolProj_PRINCIPAL_CLASS=PCToolProj
|
|||
# Additional libraries
|
||||
#
|
||||
|
||||
PCToolProj_LIBRARIES_DEPEND_UPON +=
|
||||
PCToolProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-base
|
||||
gnustep-base,
|
||||
gnustep-gui,
|
||||
ProjectCenter
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAININTERFACE = "";
|
||||
|
|
Loading…
Reference in a new issue