aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/makefile.pd-msvc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/makefile.pd-msvc')
-rw-r--r--externals/grill/dyn/makefile.pd-msvc4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/dyn/makefile.pd-msvc b/externals/grill/dyn/makefile.pd-msvc
index 17c6b0eb..94561b3e 100644
--- a/externals/grill/dyn/makefile.pd-msvc
+++ b/externals/grill/dyn/makefile.pd-msvc
@@ -5,7 +5,7 @@
# WARRANTIES, see the file, "license.txt," in this distribution.
#
#
-# Makefile for MSVC++ 6
+# Makefile for MSVC++ 7
#
# usage:
# to build run "make -f makefile.pd-msvc"
@@ -21,7 +21,7 @@ LIBS=pd.lib flext-pdwin.lib
# compiler definitions and flags
DEFS=/DFLEXT_SYS=2
-CFLAGS=/GR- /GX- /GD /G6 /Ox /ML
+CFLAGS=/EHsc /G6 /Ox /ML
# the rest can stay untouched
# ----------------------------------------------