summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/chrome_frame.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 31a3424..15ae357 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -529,7 +529,7 @@
'msvs_settings': {
'VCLinkerTool': {
'OutputFile':
- '..\\chrome\\$(ConfigurationName)\\servers\\$(ProjectName).exe',
+ '$(OutDir)\\servers\\$(ProjectName).exe',
# Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
'SubSystem': '2',
# We're going for minimal size, so no standard library (in release
@@ -701,7 +701,7 @@
'msvs_settings': {
'VCLinkerTool': {
'OutputFile':
- '..\\chrome\\$(ConfigurationName)\\servers\\$(ProjectName).dll',
+ '$(OutDir)\\servers\\$(ProjectName).dll',
'DelayLoadDLLs': ['xpcom.dll', 'nspr4.dll'],
'BaseAddress': '0x33000000',
# Set /SUBSYSTEM:WINDOWS (for consistency).