comparison configure @ 35921:57761c0cbfe2

build: Only compile modify_reg tool if Win32 emulation is enabled.
author diego
date Tue, 19 Mar 2013 16:50:18 +0000
parents a428cba73765
children 67c0f68b3370
comparison
equal deleted inserted replaced
35920:bd3e9d8df038 35921:57761c0cbfe2
6819 _win32dll=no 6819 _win32dll=no
6820 if x86_32 && ! qnx; then 6820 if x86_32 && ! qnx; then
6821 _win32dll=yes 6821 _win32dll=yes
6822 fi 6822 fi
6823 fi 6823 fi
6824 _win32_emulation=no
6824 if test "$_win32dll" = yes ; then 6825 if test "$_win32dll" = yes ; then
6825 def_win32dll='#define CONFIG_WIN32DLL 1' 6826 def_win32dll='#define CONFIG_WIN32DLL 1'
6826 if ! win32 ; then 6827 if ! win32 ; then
6827 def_win32_loader='#define WIN32_LOADER 1' 6828 def_win32_loader='#define WIN32_LOADER 1'
6828 _win32_emulation=yes 6829 _win32_emulation=yes