summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 9dcc32e..8e9f06f 100755
--- a/configure
+++ b/configure
@@ -5763,8 +5763,12 @@ generic/tkbltDecls.h
done
+if test "windows" = "${TEA_PLATFORM}"; then
- PKG_CFLAGS="$PKG_CFLAGS "
+ PKG_CFLAGS="$PKG_CFLAGS -TP -EHsc -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES"
+
+
+fi