mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-20 18:32:29 +00:00
Applied David Ayers <d.ayers@inode.at> patch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
71fbc33a56
commit
052c76da7c
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-09-15 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb.framework/GSWElementIDString.m
|
||||
o Applied David Ayers <d.ayers@inode.at> patch
|
||||
* GSWAdaptors/Apache/GNUmakefile
|
||||
o Applied David Ayers <d.ayers@inode.at> patch
|
||||
|
||||
2002-08-06 David Wetzel <dave@turbocat.de>
|
||||
* GSWeb.framework/GSWImageButton.m
|
||||
o fixed a bug that caused the ImageButton to call the action even if it
|
||||
|
|
|
@ -44,7 +44,7 @@ endif
|
|||
|
||||
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/include -I/usr/local/apache/include
|
||||
|
||||
APXS := $(APXS) -lPropList -L/usr/local/lib -L/usr/pkg/lib
|
||||
APXS := $(APXS) -lPropList -L/usr/local/lib -L/usr/pkg/lib -L/usr/X11R6/lib
|
||||
|
||||
SRCROOT = ..
|
||||
DSTROOT = .
|
||||
|
@ -59,7 +59,7 @@ LOADBALANCING = roundrobin
|
|||
ADAPTORLIB = $(OBJROOT)/libAdaptor.a
|
||||
COMMON = $(SRCROOT)/common
|
||||
|
||||
INCLUDE = -I$(COMMON) $(APACHEHEADERS)
|
||||
INCLUDE = -I$(COMMON) $(APACHEHEADERS) -I/usr/X11R6/include
|
||||
|
||||
CFLAGS = -O2 $(RC_CFLAGS) $(INCLUDE) -D$(SERVERAPI) -DREENTRANT -DEAPI
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ static char rcsId[] = "$Id$";
|
|||
|
||||
#include <GSWeb/GSWeb.h>
|
||||
|
||||
#undef GSWElementIDString
|
||||
|
||||
//====================================================================
|
||||
@implementation GSWElementIDString
|
||||
|
|
Loading…
Reference in a new issue