mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-29 16:31:09 +00:00
* DBModeler/GNUmakefile,
* DBModeler/Inspectors/GNUmakefile, * Documentation/GDL2Intro/Examples/GNUmakefile.connection, * Documentation/GDL2Intro/Examples/GNUmakefile.eoexample, * Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2, * EOAccess/GNUmakefile, * EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in, * EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile, * EOAdaptors/SQLiteAdaptor/GNUmakefile.in, * EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile, * EOControl/GNUmakefile, * EOInterface/GNUmakefile, * EOModeler/GNUmakefile, * GDL2Palette/GNUmakefile, * Tools/GNUmakefile (XXX_NEEDS_GUI): Set appropriately. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26233 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bf6a22759
commit
861fc17b1f
16 changed files with 38 additions and 1 deletions
16
ChangeLog
16
ChangeLog
|
@ -12,6 +12,22 @@
|
|||
|
||||
2008-03-06 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* DBModeler/GNUmakefile,
|
||||
* DBModeler/Inspectors/GNUmakefile,
|
||||
* Documentation/GDL2Intro/Examples/GNUmakefile.connection,
|
||||
* Documentation/GDL2Intro/Examples/GNUmakefile.eoexample,
|
||||
* Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2,
|
||||
* EOAccess/GNUmakefile,
|
||||
* EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in,
|
||||
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile,
|
||||
* EOAdaptors/SQLiteAdaptor/GNUmakefile.in,
|
||||
* EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile,
|
||||
* EOControl/GNUmakefile,
|
||||
* EOInterface/GNUmakefile,
|
||||
* EOModeler/GNUmakefile,
|
||||
* GDL2Palette/GNUmakefile,
|
||||
* Tools/GNUmakefile (XXX_NEEDS_GUI): Set appropriately.
|
||||
|
||||
* EOControl/EOFault.m ([-forward::]): Make dummy implementation.
|
||||
([+initialize]): Adjust runtime to use NSObjects implementation
|
||||
of -forward:: to invoke fowardInvocation. Useful for OS X,
|
||||
|
|
|
@ -27,6 +27,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../common.make
|
||||
|
||||
APP_NAME = DBModeler
|
||||
|
||||
DBModeler_NEEDS_GUI = YES
|
||||
DBModeler_SUBPROJECTS=Inspectors
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
|
|
|
@ -26,9 +26,11 @@
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
SUBPROJECT_NAME=Inspectors
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
|
||||
Inspectors_HAS_RESOURCE_BUNDLE=yes
|
||||
Inspectors_NEEDS_GUI=YES
|
||||
Inspectors_HAS_RESOURCE_BUNDLE=YES
|
||||
|
||||
Inspectors_RESOURCE_FILES+= \
|
||||
RelationshipInspector.gorm \
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
TOOL_NAME+=connection
|
||||
|
||||
connection_NEEDS_GUI=NO
|
||||
connection_OBJC_FILES=connection.m
|
||||
connection_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
TOOL_NAME+=eoexample
|
||||
|
||||
eoexample_NEEDS_GUI=NO
|
||||
eoexample_OBJC_FILES=eoexample.m
|
||||
eoexample_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
TOOL_NAME+=eoexample2
|
||||
|
||||
eoexample2_NEEDS_GUI=NO
|
||||
eoexample2_OBJC_FILES=eoexample2.m
|
||||
eoexample2_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -31,6 +31,9 @@ include ../common.make
|
|||
|
||||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOAccess
|
||||
|
||||
EOAccess_NEEDS_GUI = NO
|
||||
|
||||
# The C source files to be compiled
|
||||
EOAccess_C_FILES =
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ POSTGRES_DATABASE=@POSTGRES_DATABASE@
|
|||
FRAMEWORK_NAME=PostgreSQLEOAdaptor
|
||||
SUBPROJECTS = LoginPanel
|
||||
|
||||
PostgreSQLEOAdaptor_NEEDS_GUI = NO
|
||||
# The framework principal class
|
||||
PostgreSQLEOAdaptor_PRINCIPAL_CLASS = PostgreSQLAdaptor
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ BUNDLE_NAME=
|
|||
endif
|
||||
endif
|
||||
|
||||
LoginPanel_NEEDS_GUI = YES
|
||||
LoginPanel_RESOURCE_FILES = postgreslogo.tif
|
||||
LoginPanel_OBJC_FILES = PostgreSQLLoginPanel.m
|
||||
LoginPanel_PRINCIPAL_CLASS = PostgreSQLLoginPanel
|
||||
|
|
|
@ -34,6 +34,7 @@ ADDITIONAL_NATIVE_LIB_DIRS+=../EOControl ../EOAccess
|
|||
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
|
||||
SQLite3EOAdaptor_NEEDS_GUI=NO
|
||||
SQLite3EOAdaptor_PRINCIPAL_CLASS=SQLite3Adaptor
|
||||
SQLite3EOAdaptor_OBJC_FILES=SQLite3Adaptor.m \
|
||||
SQLite3Context.m SQLite3Expression.m \
|
||||
|
|
|
@ -32,6 +32,7 @@ BUNDLE_NAME=
|
|||
endif
|
||||
endif
|
||||
|
||||
LoginPanel_NEEDS_GUI=YES
|
||||
LoginPanel_OBJC_FILES=SQLite3LoginPanel.m
|
||||
LoginPanel_PRINCIPAL_CLASS=SQLite3LoginPanel
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOControl
|
||||
|
||||
EOControl_NEEDS_GUI = NO
|
||||
|
||||
# The C source files to be compiled
|
||||
EOControl_C_FILES =
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOInterface
|
||||
|
||||
EOInterface_NEEDS_GUI = YES
|
||||
# The C source files to be compiled
|
||||
EOInterface_C_FILES =
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOModeler
|
||||
|
||||
EOModeler_NEEDS_GUI = YES
|
||||
# The C source files to be compiled
|
||||
EOModeler_C_FILES =
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../common.make
|
||||
|
||||
PALETTE_NAME=GDL2
|
||||
GDL2_NEEDS_GUI = YES
|
||||
GDL2_PRINCIPAL_CLASS = GDL2Palette
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
|
|
|
@ -32,6 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
TOOL_NAME=gdlgsdoc eoutil
|
||||
|
||||
gdlgsdoc_NEEDS_GUI = NO
|
||||
# The C source files to be compiled
|
||||
gdlgsdoc_C_FILES =
|
||||
|
||||
|
@ -71,6 +72,7 @@ gdl2gsdoc_AGSDOC_FLAGS = \
|
|||
$(GDL2_AGSDOC_FLAGS)
|
||||
|
||||
|
||||
eoutil_NEEDS_GUI = NO
|
||||
eoutil_OBJC_FILES = eoutil.m
|
||||
|
||||
eoutil_HEADER_FILES =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue