Let Cygwin be a Windows build for wxMSW and a unix build otherwise

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-06-16 13:58:23 +00:00
parent e708485244
commit 3d94765e6e
4 changed files with 9 additions and 4 deletions

1
configure vendored
View File

@@ -10562,6 +10562,7 @@ case "${host}" in
*-*-cygwin*)
if test "$wxUSE_MSW" = 1 ; then
wants_win32=1
BAKEFILE_FORCE_PLATFORM=win32
else
doesnt_want_win32=1
fi