diff options
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-rw-r--r-- | chrome_frame/chrome_frame_launcher.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp index 9a3d7a0..aa640a0 100644 --- a/chrome_frame/chrome_frame_launcher.gyp +++ b/chrome_frame/chrome_frame_launcher.gyp @@ -117,7 +117,7 @@ 'msvs_settings': { 'VCLinkerTool': { 'OutputFile': - '$(OutDir)\\servers\\$(ProjectName).exe', + '$(OutDir)\\$(ProjectName).exe', # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 'SubSystem': '2', }, @@ -156,7 +156,7 @@ 'msvs_settings': { 'VCLinkerTool': { 'OutputFile': - '$(OutDir)\\servers\\chrome_frame_helper.dll', + '$(OutDir)\\chrome_frame_helper.dll', # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 'SubSystem': '2', 'AdditionalDependencies': [ |