No need to specify a base address for .exe files, the default should work fine

This commit is contained in:
Tor Lillqvist 2011-05-30 14:52:27 +03:00
parent 23bfe80975
commit 313f54da3c

View file

@ -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