mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 18:50:54 +00:00
* Modules/GDL2/GNUmakefile: Use ADDITIONAL_NATIVE_LIBS instead of
GDL2_BUNDLE_LIBS to link GDL2 packages. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@26980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1ec641958
commit
3d18a2f960
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008 Okt 28 Samuel Harvey
|
||||
|
||||
* Modules/GDL2/GNUmakefile: Use ADDITIONAL_NATIVE_LIBS instead of
|
||||
GDL2_BUNDLE_LIBS to link GDL2 packages.
|
||||
|
||||
2007 Feb 14 Nicola Pero
|
||||
|
||||
* All GNUmakefiles in the project: Use GNUSTEP_LIBRARY
|
||||
|
|
|
@ -35,7 +35,7 @@ GDL2_PRINCIPAL_CLASS = STGDL2Module
|
|||
|
||||
GDL2_RESOURCE_FILES = ScriptingInfo.plist
|
||||
|
||||
GDL2_BUNDLE_LIBS += -lgnustep-db2 -lgnustep-db2control -lgnustep-db2modeler
|
||||
ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOModeler
|
||||
|
||||
ADDITIONAL_BUNDLE_LIBS = -lStepTalk
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../Frameworks/
|
||||
|
|
Loading…
Reference in a new issue