mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
* GSWeb/GSWApplication.m: o added \n in logs o added removeVolatileDomainForName: before setting it o remove rcsId o changed class creation to avoid libFoundationExt dependency o reduced compilation warnings * GSWeb/GSWDisplayGroup.m: o fixed bug in -initWithKeyValueUnarchiver: for defaultStringMatchFormat o remove rcsId * GSWeb/GSWConditional.[hm] o added _value and _conditionValue (see doc) o documentation o remove rcsId * GSWeb/GSWConstants.[hm] o added conditionValue * config.mak o switched to gdl2 * GSWeb/GSWDeployedBundle.h: o changed bundleWithPath: return path to avoid warning * GSWeb/GSWSessionStore.[hm]: o added containsSessionID: and allSessionIDs; o implemented +serverSessionStore o remove rcsId * GSWeb/GSWComponentDefinition.m: o logs o remove rcsId git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15156 72102866-910b-0410-8b05-ffd578937521
15 lines
150 B
Makefile
15 lines
150 B
Makefile
#
|
|
#
|
|
#
|
|
DYNAMIC_LINKER=simple
|
|
GDL2=yes
|
|
LIBWRAP=yes
|
|
|
|
#Log Memory Alloc/Dealloc
|
|
GSWDEBUG_MEM=no
|
|
|
|
#Log Locks
|
|
GSWDEBUG_LOCK=no
|
|
|
|
#Deep logs
|
|
GSWDEBUG_DEEP=no
|