Some improvements towards successful build with netplay on MinGW.

Proabaly not completely there yet.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2464 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-10-27 01:20:13 +00:00
parent 620c00c52c
commit c243c3a73f
15 changed files with 92 additions and 20 deletions
+6
View File
@@ -48,6 +48,12 @@ uqm_requirements()
# Add defines for HAVE_GETOPT_LONG and HAVE_REGEX_H
define_have_symbol getopt_long
define_have_header regex.h
# Add an environment variable for MACRO_WIN32, MACRO__MCS_VER, and
# MACRO___MINGW32__
define_have_macro WIN32
define_have_macro _MCS_VER
define_have_macro __MINGW32__
}
uqm_prepare_config()