[Libreoffice-commits] .: solenv/gbuild
Tor Lillqvist
tml at kemper.freedesktop.org
Mon May 30 04:52:38 PDT 2011
solenv/gbuild/platform/windows.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 804bdd1064cbeebe06f1af377fc73c5875776d5b
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon May 30 14:52:27 2011 +0300
No need to specify a base address for .exe files, the default should work fine
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 60e18ad..b7489c7 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -512,7 +512,7 @@ endef
# Executable class
gb_Executable_EXT := .exe
-gb_Executable_TARGETTYPEFLAGS := -RELEASE -BASE:0x1b000000 -OPT:NOREF -INCREMENTAL:NO -DEBUG
+gb_Executable_TARGETTYPEFLAGS := -RELEASE -OPT:NOREF -INCREMENTAL:NO -DEBUG
gb_Executable_get_rpath :=
define gb_Executable_Executable_platform
More information about the Libreoffice-commits
mailing list