diff options
Diffstat (limited to 'chrome_frame')
-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 0d4b07b1..02a03f1 100644 --- a/chrome_frame/chrome_frame_launcher.gyp +++ b/chrome_frame/chrome_frame_launcher.gyp @@ -157,8 +157,8 @@ ], 'msvs_settings': { 'VCLinkerTool': { - 'OutputFile': - '$(OutDir)\\chrome_frame_helper.dll', + 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', + 'ProgramDataBaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 'SubSystem': '2', 'AdditionalDependencies': [ |