mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Only set WIN32 on mingw32 systems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
152b72d2eb
commit
1f4bbef322
3 changed files with 12 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-09 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Set WIN32 and WINLIB only on mingw32 systems.
|
||||
|
||||
2002-06-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/winlib/WIN32FontInfo.h
|
||||
|
|
8
configure
vendored
8
configure
vendored
|
@ -5274,10 +5274,10 @@ fi
|
|||
#--------------------------------------------------------------------
|
||||
BUILD_SERVER=x11
|
||||
BUILD_GRAPHICS=xlib
|
||||
if test "$have_gdi32" = yes; then
|
||||
BUILD_SERVER=win32
|
||||
BUILD_GRAPHICS=winlib
|
||||
fi
|
||||
case $target_os in
|
||||
*mingw32* ) BUILD_SERVER=win32
|
||||
BUILD_GRAPHICS=winlib;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-server or --disable-server was given.
|
||||
if test "${enable_server+set}" = set; then
|
||||
|
|
|
@ -391,10 +391,10 @@ AC_SUBST(GRAPHIC_LFLAGS)
|
|||
#--------------------------------------------------------------------
|
||||
BUILD_SERVER=x11
|
||||
BUILD_GRAPHICS=xlib
|
||||
if test "$have_gdi32" = yes; then
|
||||
BUILD_SERVER=win32
|
||||
BUILD_GRAPHICS=winlib
|
||||
fi
|
||||
case $target_os in
|
||||
*mingw32* ) BUILD_SERVER=win32
|
||||
BUILD_GRAPHICS=winlib;;
|
||||
esac
|
||||
|
||||
AC_ARG_ENABLE(server,
|
||||
[ --enable-server=SRV Build server type: x11, win32],,
|
||||
|
|
Loading…
Reference in a new issue