mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
Include -lProjectCenter correctly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b98b09f399
commit
ba23332a84
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUmakefile.preamble: Proper inclusion of -lProjectCenter
|
||||
|
||||
2001-12-29 15:07 probert
|
||||
|
||||
* PCGormProject.m: Cleaned up the writeMakefile method
|
||||
|
|
|
@ -52,13 +52,16 @@ ADDITIONAL_CFLAGS +=
|
|||
ADDITIONAL_INCLUDE_DIRS += -I../PCLib
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS += -lProjectCenter
|
||||
#ADDITIONAL_LDFLAGS +=
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS += -L../PCLib/$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
ADDITIONAL_TOOL_LIBS +=
|
||||
|
||||
PCAppProj_BUNDLE_LIBS = -lProjectCenter
|
||||
|
||||
|
||||
#
|
||||
# Flags dealing with installing and uninstalling
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue