diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-21 19:11:24 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-21 19:11:24 +0200 |
commit | f7de0f3ce2a36dc443e0dd3bd181a4add7258f2b (patch) | |
tree | bff5921e6ca1637ed9b7d8670eb876809a2b060c /svl | |
parent | dbea801cbb1af5fb33b3627590cfad69800b50f2 (diff) |
#i104396#: some warnings, PCH and windows only fixes
Diffstat (limited to 'svl')
-rw-r--r-- | svl/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/util/makefile.mk b/svl/util/makefile.mk index 36e1d3f63852..6d4327700340 100644 --- a/svl/util/makefile.mk +++ b/svl/util/makefile.mk @@ -35,7 +35,7 @@ PRJNAME=svl TARGET=svl RESTARGETSIMPLE=svs GEN_HID=TRUE -GEN_HID_OTHER=TRUE +# GEN_HID_OTHER=TRUE ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- |