diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-19 03:37:40 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-19 03:37:40 +0000 |
commit | d5c627a611f9b9801d40c3345446c789c9900c5d (patch) | |
tree | fab502304d9513eb56ef595255a1357912c69b28 /externals/grill/xsample/makefile.pd-msvc | |
parent | 5aa36d82aa1122e4cda553006dd55cb3ac6afd79 (diff) |
""
svn path=/trunk/; revision=1195
Diffstat (limited to 'externals/grill/xsample/makefile.pd-msvc')
-rw-r--r-- | externals/grill/xsample/makefile.pd-msvc | 2 |
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 # ---------------------------------------------- |