Move setting of TARGET_WIN32 together with other Win32 settings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-18 20:21:52 +00:00
parent 0caf01cab1
commit 0e87b16e17
1 changed files with 3 additions and 6 deletions

9
configure vendored
View File

@ -1292,6 +1292,9 @@ if win32 ; then
_exesuf=".exe"
# -lwinmm is always needed for osdep/timer-win2.c
_ld_extra="$_ld_extra -lwinmm"
_confwin32='TARGET_WIN32 = yes'
else
_confwin32='TARGET_WIN32 = no'
fi
if mingw32 ; then
@ -7251,12 +7254,6 @@ if cygwin ; then
CFLAGS="$CFLAGS -D__CYGWIN__"
fi
if win32 ; then
_confwin32='TARGET_WIN32 = yes'
else
_confwin32='TARGET_WIN32 = no'
fi
# Dynamic linking flags
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''