diff options
author | sr55 <[email protected]> | 2012-03-23 23:58:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-03-23 23:58:32 +0000 |
commit | 1732654a808c3b0326dd475217abbbe6908cc015 (patch) | |
tree | 6d4b493f5f22cdeedbd2888355d2cd3fa282ebcb /win/CS/Installer/MakeNightly64.nsi.tmpl | |
parent | e3a97d65b55111d6c140a74794a587c791598248 (diff) |
WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the nightly builds.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Installer/MakeNightly64.nsi.tmpl')
-rw-r--r-- | win/CS/Installer/MakeNightly64.nsi.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/Installer/MakeNightly64.nsi.tmpl b/win/CS/Installer/MakeNightly64.nsi.tmpl index 787465936..15c35d248 100644 --- a/win/CS/Installer/MakeNightly64.nsi.tmpl +++ b/win/CS/Installer/MakeNightly64.nsi.tmpl @@ -131,6 +131,7 @@ Section "Handbrake" SEC01 File "*.dll"
File "*.config"
File "*.xml"
+ File "*.pdb"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
|