summaryrefslogtreecommitdiffstats
path: root/chrome_elf/chrome_elf.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/chrome_elf.gyp')
-rw-r--r--chrome_elf/chrome_elf.gyp9
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index c32f710..a8f15bd 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -21,6 +21,13 @@
'chrome_elf_main.cc',
'chrome_elf_main.h',
],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'BaseAddress': '0x01c20000',
+ # Set /SUBSYSTEM:WINDOWS for chrome_elf.dll (for consistency).
+ 'SubSystem': '2',
+ },
+ },
},
],
-} \ No newline at end of file
+}