Skip to content

Commit

Permalink
renamed generate binaries batch file and made it copy the current bui…
Browse files Browse the repository at this point in the history
…ld's PDB files to make sure the exact debug symbols are used when making a build
  • Loading branch information
jp9000 committed Jul 20, 2013
1 parent a165430 commit 057314f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ mkdir 64bit\plugins\GraphicsCapture
mkdir 64bit\plugins\PSVPlugin
mkdir 64bit\plugins\PSVPlugin\locale

mkdir pdbs
mkdir pdbs\32bit
mkdir pdbs\64bit

copy ..\release\obs.exe .\32bit\
copy ..\obsapi\release\obsapi.dll .\32bit\
copy ..\OBSHelp\OBSHelp.chm .\32bit\
Expand Down Expand Up @@ -61,6 +65,9 @@ copy ..\injectHelper\release\injectHelper.exe .\64bit\plugins\graphicscapture
copy ..\x264\libs\64bit\libx264-136.dll .\64bit
copy "%WindowsSDK80Path%Debuggers\x64\dbghelp.dll" .\64bit

copy ..\rundir\pdb32\*.pdb .\pdbs\32bit
copy ..\rundir\pdb64\*.pdb .\pdbs\64bit

mkdir upload
mkdir upload\DirectShowPlugin
mkdir upload\DirectShowPlugin\32bit
Expand Down

0 comments on commit 057314f

Please sign in to comment.