[Libreoffice-commits] core.git: solenv/gbuild
Fridrich Å trba
fridrich.strba at bluewin.ch
Wed Jul 3 00:49:34 PDT 2013
solenv/gbuild/platform/com_MSC_class.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 54aac00e51652deec3d71524eec97f171c5cd40e
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Wed Jul 3 09:48:32 2013 +0200
Build msc .exe and .dll executables with -safeseh flag
Change-Id: Iabebc288b68a6729aae05e2875f7bb39d923699a
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index bafa63f..a93a130 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -236,6 +236,7 @@ gb_Windows_PE_TARGETTYPEFLAGS := \
-opt:noref \
-incremental:no \
-debug \
+ -safeseh \
-nxcompat \
-dynamicbase \
-manifest
More information about the Libreoffice-commits
mailing list