mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-14 15:41:28 +00:00
* README
add Additional Notes * Apps/EOModelEditor/Inspectors/GNUmakefile * Apps/EOModelEditor/GNUmakefile * Apps/EOModeler/Makefile.preamble add parent directories to search path as suggested by Sergey Golovin * TODO updated * GDL2Palette/GNUmakefile add ../Apps/EOModeler to ADDITIONAL_NATIVE_LIB_DIRS (as suggested by Sergey Golovin) It does not build on OS X, I need patches guys :-) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc73ea3d95
commit
1e1962ccd2
7 changed files with 31 additions and 10 deletions
|
@ -41,8 +41,8 @@ ifneq ($(FOUNDATION_LIB),gnu)
|
|||
ADDITIONAL_OBJC_LIBS += -lgnustep-baseadd
|
||||
endif
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess ../EOControl ../EOInterface ../EOModeler
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../..
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOAccess ../../EOControl ../EOModeler
|
||||
ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOModeler Renaissance
|
||||
|
||||
$(APP_NAME)_RESOURCE_FILES = \
|
||||
|
|
|
@ -27,7 +27,7 @@ include ../../../common.make
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
SUBPROJECT_NAME=Inspectors
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../../ -I../..
|
||||
|
||||
Inspectors_NEEDS_GUI=yes
|
||||
Inspectors_HAS_RESOURCE_BUNDLE=yes
|
||||
|
|
|
@ -45,7 +45,7 @@ ADDITIONAL_OBJCFLAGS = $(TEST_CFLAGS)
|
|||
ADDITIONAL_CFLAGS = $(TEST_CFLAGS)
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../EOControl/$(GNUSTEP_TARGET_DIR) -I..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../../EOControl/$(GNUSTEP_TARGET_DIR) -I../..
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS = $(TEST_LDFLAGS)
|
||||
|
|
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2010-06-24 David Wetzel <dave@turbocat.de>
|
||||
* README
|
||||
add Additional Notes
|
||||
* Apps/EOModelEditor/Inspectors/GNUmakefile
|
||||
* Apps/EOModelEditor/GNUmakefile
|
||||
* Apps/EOModeler/Makefile.preamble
|
||||
add parent directories to search path as suggested by Sergey Golovin
|
||||
* TODO
|
||||
updated
|
||||
* GDL2Palette/GNUmakefile
|
||||
add ../Apps/EOModeler to ADDITIONAL_NATIVE_LIB_DIRS
|
||||
(as suggested by Sergey Golovin)
|
||||
It does not build on OS X, I need patches guys :-)
|
||||
|
||||
2010-06-23 David Wetzel <dave@turbocat.de>
|
||||
* EOAccess/EOModel.m
|
||||
add -_writePlist:toFile:
|
||||
|
|
|
@ -32,7 +32,7 @@ GDL2_NEEDS_GUI = yes
|
|||
GDL2_PRINCIPAL_CLASS = GDL2Palette
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess/ ../EOControl/ ../EOInterface ../EOModeler
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess/ ../EOControl/ ../EOInterface ../Apps/EOModeler
|
||||
ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl EOInterface EOModeler
|
||||
|
||||
GDL2_RESOURCE_FILES= \
|
||||
|
|
10
README
10
README
|
@ -135,3 +135,13 @@ How can you help?
|
|||
|
||||
Happy hacking!
|
||||
|
||||
Additional Notes
|
||||
================
|
||||
|
||||
if you installed PostgreSQL in /usr/local/pgsql (which is the default
|
||||
if you install from source) you need to do that:
|
||||
|
||||
./configure --with-pgsql-include=/usr/local/pgsql/include --with-pgsql-library=/usr/local/pgsql/lib
|
||||
|
||||
before building
|
||||
|
||||
|
|
7
TODO
7
TODO
|
@ -1,3 +1,5 @@
|
|||
GDL2Palette is currently broken, please send patches
|
||||
|
||||
EOControl:
|
||||
Implement & Test: EOControl/EOMultiReaderLocks
|
||||
Implement & Test: EOControl/EOEvent(Center)
|
||||
|
@ -11,11 +13,6 @@ EOAccess:
|
|||
|
||||
Implement & Test: to-one PK to Foreign Key support (Not implemented by WO but it's really cool)
|
||||
|
||||
DBModeler:
|
||||
when removing something, make sure there is no references to it,
|
||||
if there are pop up a dialog allowing the user to cancel, or remove the
|
||||
references.
|
||||
|
||||
Adaptors:
|
||||
|
||||
Documentation:
|
||||
|
|
Loading…
Reference in a new issue