Update for windoze

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-02-25 18:16:12 +00:00
parent 179dbdc90d
commit a699f90a27
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-02-25 Richard Frith-Macdonald <rfm@gnu.org>
* target.make: Use winsocks2 library ... we will never support
systems that only have the old one, and we need the new one
for our networking.
Sun Feb 24 13:22:09 2002 Matthias Klose <doko@cs.tu-berlin.de>:
* GNUstep.sh.in, GNUstep.csh.in: Start make_services in a

View file

@ -34,7 +34,7 @@ TARGET_SYSTEM_LIBS = $(CONFIG_SYSTEM_LIBS)
ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) \
-lwsock32 -ladvapi32 -lcomctl32 -luser32 -lcomdlg32 \
-lws2_32 -ladvapi32 -lcomctl32 -luser32 -lcomdlg32 \
-lmpr -lnetapi32 -lm -I. # the -I is a dummy to avoid -lm^M
endif
ifeq ($(findstring cygwin, $(GNUSTEP_TARGET_OS)), cygwin)