aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/makefile.pd-msvc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-19 03:37:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-19 03:37:40 +0000
commitd5c627a611f9b9801d40c3345446c789c9900c5d (patch)
treefab502304d9513eb56ef595255a1357912c69b28 /externals/grill/xsample/makefile.pd-msvc
parent5aa36d82aa1122e4cda553006dd55cb3ac6afd79 (diff)
""
svn path=/trunk/; revision=1195
Diffstat (limited to 'externals/grill/xsample/makefile.pd-msvc')
-rw-r--r--externals/grill/xsample/makefile.pd-msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/xsample/makefile.pd-msvc b/externals/grill/xsample/makefile.pd-msvc
index 2f0ebc52..8b82928b 100644
--- a/externals/grill/xsample/makefile.pd-msvc
+++ b/externals/grill/xsample/makefile.pd-msvc
@@ -17,7 +17,7 @@ LIBS=pd.lib pthreadVC.lib flext-pdwin.lib
# compiler definitions and flags
DEFS=/DFLEXT_SYS=2
-CFLAGS=/GR- /GX- /GD /G6 /Ox /ML
+CFLAGS=/GR- /GX- /GD /G6 /Ox /EHsc /ML
# the rest can stay untouched
# ----------------------------------------------