mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* EOAdaptors/PostgreSQLAdaptor/config.mak.in
remove redundant libraries * EOAccess/EOAdaptor.m make error message more comprehensible patch from Graham Lee, fixing building on on MAC OS X git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b063e5b74
commit
fcc9dffa36
3 changed files with 7 additions and 4 deletions
|
@ -4,7 +4,10 @@
|
|||
* EOModeler/GNUmakefile
|
||||
* EOAccess/GNUmakefile
|
||||
remove variable
|
||||
|
||||
* EOAdaptors/PostgreSQLAdaptor/config.mak.in
|
||||
remove redundant libraries
|
||||
* EOAccess/EOAdaptor.m
|
||||
make error message more comprehensible
|
||||
|
||||
2013-06-09: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* EOControl/EOEditingContext.[h|m]
|
||||
|
|
|
@ -225,10 +225,11 @@ NSString *EOAdministrativeConnectionDictionaryKey
|
|||
if(adaptorClass == Nil)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"%@ -- %@ 0x%x: value of EOAdaptorClassName '%@' is not a valid class and bundle does not contain a principal class",
|
||||
format: @"%@ -- %@ 0x%x: value of EOAdaptorClassName '%@' for adaptor '%@' is not a valid class and bundle does not contain a principal class",
|
||||
NSStringFromSelector(_cmd),
|
||||
NSStringFromClass([self class]),
|
||||
self,
|
||||
adaptorClassName,
|
||||
name];
|
||||
}
|
||||
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
ADDITIONAL_INCLUDE_DIRS += @POSTGRES_INCLUDES@
|
||||
|
||||
# Libraries linked to the framework
|
||||
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@ -lEOControl -lEOAccess $(FND_LIBS) \
|
||||
$(OBJC_LIBS)
|
||||
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@ $(FND_LIBS) $(OBJC_LIBS)
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS += @POSTGRES_LIB_DIRS@
|
||||
|
|
Loading…
Reference in a new issue