mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-31 09:21:02 +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): Use lowercase value. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d807aac5c2
commit
eb5b964a9b
16 changed files with 39 additions and 20 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
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): Use lowercase value.
|
||||
|
||||
2008-03-10 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* EOAccess/EOAttribute.m (-setname:): Remove call to
|
||||
|
|
|
@ -28,7 +28,7 @@ include ../common.make
|
|||
|
||||
APP_NAME = DBModeler
|
||||
|
||||
DBModeler_NEEDS_GUI = YES
|
||||
DBModeler_NEEDS_GUI = yes
|
||||
DBModeler_SUBPROJECTS=Inspectors
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
|
|
|
@ -29,7 +29,7 @@ SUBPROJECT_NAME=Inspectors
|
|||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
|
||||
Inspectors_NEEDS_GUI=YES
|
||||
Inspectors_NEEDS_GUI=yes
|
||||
Inspectors_HAS_RESOURCE_BUNDLE=yes
|
||||
|
||||
Inspectors_RESOURCE_FILES+= \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TOOL_NAME+=connection
|
||||
|
||||
connection_NEEDS_GUI=NO
|
||||
connection_NEEDS_GUI=no
|
||||
connection_OBJC_FILES=connection.m
|
||||
connection_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TOOL_NAME+=eoexample
|
||||
|
||||
eoexample_NEEDS_GUI=NO
|
||||
eoexample_NEEDS_GUI=no
|
||||
eoexample_OBJC_FILES=eoexample.m
|
||||
eoexample_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TOOL_NAME+=eoexample2
|
||||
|
||||
eoexample2_NEEDS_GUI=NO
|
||||
eoexample2_NEEDS_GUI=no
|
||||
eoexample2_OBJC_FILES=eoexample2.m
|
||||
eoexample2_RESOURCE_FILES=library.eomodel
|
||||
|
|
|
@ -32,7 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOAccess
|
||||
|
||||
EOAccess_NEEDS_GUI = NO
|
||||
EOAccess_NEEDS_GUI = no
|
||||
|
||||
# The C source files to be compiled
|
||||
EOAccess_C_FILES =
|
||||
|
|
|
@ -33,7 +33,7 @@ POSTGRES_DATABASE=@POSTGRES_DATABASE@
|
|||
FRAMEWORK_NAME=PostgreSQLEOAdaptor
|
||||
SUBPROJECTS = LoginPanel
|
||||
|
||||
PostgreSQLEOAdaptor_NEEDS_GUI = NO
|
||||
PostgreSQLEOAdaptor_NEEDS_GUI = yes
|
||||
# The framework principal class
|
||||
PostgreSQLEOAdaptor_PRINCIPAL_CLASS = PostgreSQLAdaptor
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ BUNDLE_NAME=
|
|||
endif
|
||||
endif
|
||||
|
||||
LoginPanel_NEEDS_GUI = YES
|
||||
LoginPanel_NEEDS_GUI = yes
|
||||
LoginPanel_RESOURCE_FILES = postgreslogo.tif
|
||||
LoginPanel_OBJC_FILES = PostgreSQLLoginPanel.m
|
||||
LoginPanel_PRINCIPAL_CLASS = PostgreSQLLoginPanel
|
||||
|
|
|
@ -34,12 +34,13 @@ ADDITIONAL_NATIVE_LIB_DIRS+=../EOControl ../EOAccess
|
|||
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||||
|
||||
SQLite3EOAdaptor_NEEDS_GUI=NO
|
||||
SQLite3EOAdaptor_NEEDS_GUI=no
|
||||
SQLite3EOAdaptor_PRINCIPAL_CLASS=SQLite3Adaptor
|
||||
SQLite3EOAdaptor_OBJC_FILES=SQLite3Adaptor.m \
|
||||
SQLite3Context.m SQLite3Expression.m \
|
||||
SQLite3Channel.m
|
||||
|
||||
SQLite3EOAdaptor_OBJC_FILES=\
|
||||
SQLite3Adaptor.m \
|
||||
SQLite3Context.m \
|
||||
SQLite3Expression.m \
|
||||
SQLite3Channel.m
|
||||
|
||||
include ../../common.make
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ BUNDLE_NAME=
|
|||
endif
|
||||
endif
|
||||
|
||||
LoginPanel_NEEDS_GUI=YES
|
||||
LoginPanel_NEEDS_GUI=yes
|
||||
LoginPanel_OBJC_FILES=SQLite3LoginPanel.m
|
||||
LoginPanel_PRINCIPAL_CLASS=SQLite3LoginPanel
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOControl
|
||||
|
||||
EOControl_NEEDS_GUI = NO
|
||||
EOControl_NEEDS_GUI = no
|
||||
|
||||
# The C source files to be compiled
|
||||
EOControl_C_FILES =
|
||||
|
|
|
@ -32,7 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOInterface
|
||||
|
||||
EOInterface_NEEDS_GUI = YES
|
||||
EOInterface_NEEDS_GUI = yes
|
||||
# The C source files to be compiled
|
||||
EOInterface_C_FILES =
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
NATIVE_LIBRARY_NAME=EOModeler
|
||||
|
||||
EOModeler_NEEDS_GUI = YES
|
||||
EOModeler_NEEDS_GUI = yes
|
||||
# The C source files to be compiled
|
||||
EOModeler_C_FILES =
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../common.make
|
||||
|
||||
PALETTE_NAME=GDL2
|
||||
GDL2_NEEDS_GUI = YES
|
||||
GDL2_NEEDS_GUI = yes
|
||||
GDL2_PRINCIPAL_CLASS = GDL2Palette
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
|
|
|
@ -32,7 +32,7 @@ include ../common.make
|
|||
# The library to be compiled
|
||||
TOOL_NAME=gdlgsdoc eoutil
|
||||
|
||||
gdlgsdoc_NEEDS_GUI = NO
|
||||
gdlgsdoc_NEEDS_GUI = no
|
||||
# The C source files to be compiled
|
||||
gdlgsdoc_C_FILES =
|
||||
|
||||
|
@ -72,7 +72,7 @@ gdl2gsdoc_AGSDOC_FLAGS = \
|
|||
$(GDL2_AGSDOC_FLAGS)
|
||||
|
||||
|
||||
eoutil_NEEDS_GUI = NO
|
||||
eoutil_NEEDS_GUI = no
|
||||
eoutil_OBJC_FILES = eoutil.m
|
||||
|
||||
eoutil_HEADER_FILES =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue