Add flags

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@35397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
espectador 2012-08-11 03:55:19 +00:00
parent fc37af76f4
commit 71b490ff4a
7 changed files with 23 additions and 2 deletions

View file

@ -1,3 +1,12 @@
2012-08-10 German A. Arias <german@xelalug.org>
* EOInterface/GNUmakefile:
* EOAccess/GNUmakefile:
* EOAdaptors/SQLiteAdaptor/GNUmakefile.in:
* EOAdaptors/PostgreSQLAdaptor/config.mak.in:
* EOControl/GNUmakefile:
* EOModeler/GNUmakefile: Add flags to compile with new linkers.
2012-03-19 German A. Arias <german@xelalug.org>
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m (-init):

View file

@ -34,6 +34,8 @@ NATIVE_LIBRARY_NAME=EOAccess
EOAccess_NEEDS_GUI = no
EOAccess_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
# The C source files to be compiled
EOAccess_C_FILES =

View file

@ -27,7 +27,8 @@
ADDITIONAL_INCLUDE_DIRS += @POSTGRES_INCLUDES@
# Libraries linked to the framework
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@ -lEOControl -lEOAccess $(FND_LIBS) \
$(OBJC_LIBS)
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += @POSTGRES_LIB_DIRS@

View file

@ -28,7 +28,7 @@ SUBPROJECTS=LoginPanel
ADDITIONAL_INCLUDE_DIRS+=@SQLITE3_INCLUDES@
ADDITIONAL_LIB_DIRS+=@SQLITE3_LIB_DIRS@
LIBRARIES_DEPEND_UPON+=@SQLITE3_LIBS@
LIBRARIES_DEPEND_UPON+=@SQLITE3_LIBS@ -lEOAccess $(FND_LIBS) $(OBJC_LIBS)
FRAMEWORK_NAME=SQLite3EOAdaptor
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOControl ../../EOAccess

View file

@ -32,6 +32,8 @@ NATIVE_LIBRARY_NAME=EOControl
EOControl_NEEDS_GUI = no
EOControl_LIBRARIES_DEPEND_UPON = $(OBJC_LIBS)
# The C source files to be compiled
EOControl_C_FILES =

View file

@ -31,6 +31,9 @@ include ../Version
NATIVE_LIBRARY_NAME=EOInterface
EOInterface_NEEDS_GUI = yes
EOInterface_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
# The C source files to be compiled
EOInterface_C_FILES =

View file

@ -31,6 +31,10 @@ include ../Version
NATIVE_LIBRARY_NAME=EOModeler
EOModeler_NEEDS_GUI = yes
EOModeler_LIBRARIES_DEPEND_UPON = -lEOControl -lEOAccess $(GUI_LIBS) \
$(OBJC_LIBS)
# The C source files to be compiled
EOModeler_C_FILES =