comparison configure @ 26356:739b01f1a209

Remove unused TARGET_WIN32 setting.
author diego
date Fri, 11 Apr 2008 07:39:49 +0000
parents 8a43b830b4f5
children 48fd5c221905
comparison
equal deleted inserted replaced
26355:a8fbc0224b81 26356:739b01f1a209
1341 1341
1342 if win32 ; then 1342 if win32 ; then
1343 _exesuf=".exe" 1343 _exesuf=".exe"
1344 # -lwinmm is always needed for osdep/timer-win2.c 1344 # -lwinmm is always needed for osdep/timer-win2.c
1345 _ld_extra="$_ld_extra -lwinmm" 1345 _ld_extra="$_ld_extra -lwinmm"
1346 _confwin32='TARGET_WIN32 = yes'
1347 _timer=timer-win2.c 1346 _timer=timer-win2.c
1348 else
1349 _confwin32='TARGET_WIN32 = no'
1350 fi 1347 fi
1351 1348
1352 if mingw32 ; then 1349 if mingw32 ; then
1353 _getch=getch2-win.c 1350 _getch=getch2-win.c
1354 _need_shmem=no 1351 _need_shmem=no
7823 VIDIX_UNICHROME=$_vidix_drv_unichrome 7820 VIDIX_UNICHROME=$_vidix_drv_unichrome
7824 7821
7825 # --- Some stuff for autoconfigure ---- 7822 # --- Some stuff for autoconfigure ----
7826 $_target_arch 7823 $_target_arch
7827 $_target_arch_x86 7824 $_target_arch_x86
7828 $_confwin32
7829 TARGET_CPU=$iproc 7825 TARGET_CPU=$iproc
7830 HAVE_MMX = $_mmx 7826 HAVE_MMX = $_mmx
7831 HAVE_MMX2 = $_mmxext 7827 HAVE_MMX2 = $_mmxext
7832 HAVE_3DNOW = $_3dnow 7828 HAVE_3DNOW = $_3dnow
7833 HAVE_3DNOWEX = $_3dnowext 7829 HAVE_3DNOWEX = $_3dnowext