diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-10 03:42:03 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-10 03:42:03 +0000 |
commit | 8a2c6d3d86df5076510e02315b354b3194e243e1 (patch) | |
tree | 3dcd8a5d977932f65982851c0f24d989787f4b9a /externals/grill/vasp/makefile.pd-msvc | |
parent | d60f7df8256c9326c08ce207efe4b5609bc64571 (diff) |
""
svn path=/trunk/; revision=1176
Diffstat (limited to 'externals/grill/vasp/makefile.pd-msvc')
-rw-r--r-- | externals/grill/vasp/makefile.pd-msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vasp/makefile.pd-msvc b/externals/grill/vasp/makefile.pd-msvc index 1ab086f8..f43a2b9d 100644 --- a/externals/grill/vasp/makefile.pd-msvc +++ b/externals/grill/vasp/makefile.pd-msvc @@ -17,7 +17,7 @@ LIBS=pd.lib pthreadVC.lib flext_t-pdwin.lib # compiler definitions and flags DEFS=/DFLEXT_SYS=2 /DFLEXT_THREADS -CFLAGS=/GR /GX- /GD /G6 /Ox /MT +CFLAGS=/GR /G6 /Ox /MT /EHsc # the rest can stay untouched # ---------------------------------------------- |