summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-08-29 09:35:45 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-08-29 09:35:45 (GMT)
commit89235e9873b84662bde1e2f948a0d20f64b10aed (patch)
tree2433aa13328052c10c818c94f13f4cc3d07c7fcd /configure
parentc79bffe0a0e6c587473708c778b2744c37d8abba (diff)
downloadblt-89235e9873b84662bde1e2f948a0d20f64b10aed.zip
blt-89235e9873b84662bde1e2f948a0d20f64b10aed.tar.gz
blt-89235e9873b84662bde1e2f948a0d20f64b10aed.tar.bz2
Set MSVC cflags on Cygwin when the compiler is not GCC
The GCC variable is set by autoconf and inspected by TEA for this same purpose.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure
index 052a60b..49d492f 100755
--- a/configure
+++ b/configure
@@ -5763,9 +5763,12 @@ generic/tkbltDecls.h
done
-#if test "windows" = "${TEA_PLATFORM}"; then
-#TEA_ADD_CFLAGS([-TP -EHsc -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES])
-#fi
+if test "${TEA_PLATFORM}" = "windows" -a "$GCC" != "yes"; then
+
+ PKG_CFLAGS="$PKG_CFLAGS -TP -EHsc -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES"
+
+
+fi
vars="tkbltStubLib.C"
for i in $vars; do