mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 00:40:58 +00:00
* Documentation/GDL2Intro/Examples/GNUmakefile: Link in EOAccess and
EOControl to reflect changes to gdl2.make. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ceaab97ecb
commit
d93b8f2b45
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-07 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* Documentation/GDL2Intro/Examples/GNUmakefile: Link in EOAccess and
|
||||
EOControl to reflect changes to gdl2.make.
|
||||
|
||||
2008-03-06 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/Modeler.m,
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
||||
|
||||
ADDITIONAL_NATIVE_LIBS=EOAccess EOControl
|
||||
|
||||
# This is strictly for integration into the gdl2 build system
|
||||
# If you are basing a gdl2 application off of these examples
|
||||
# you won't need the following line in your GNUmakefiles.
|
||||
ADDITIONAL_NATIVE_LIB_DIRS=../../../EOAccess ../../../EOControl
|
||||
|
||||
include GNUmakefile.eoexample
|
||||
include GNUmakefile.connection
|
||||
include GNUmakefile.eoexample2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue