1
0
Fork 0

PROJECT: pdb files (useful for snapshots so people have symbols themselves)

This commit is contained in:
Mr. eXoDia 2015-04-19 01:28:41 +02:00
parent 1972b3384b
commit f76d7c1933
2 changed files with 10 additions and 1 deletions

View File

@ -112,13 +112,21 @@ mkdir %RELEASEDIR%\release\x64
copy bin\x96dbg.exe %RELEASEDIR%\release\x96dbg.exe
copy bin\x32\x32bridge.dll %RELEASEDIR%\release\x32\x32bridge.dll
copy bin\x32\x32bridge.pdb %RELEASEDIR%\release\x32\x32bridge.pdb
copy bin\x32\x32dbg.dll %RELEASEDIR%\release\x32\x32dbg.dll
copy bin\x32\x32dbg.pdb %RELEASEDIR%\release\x32\x32dbg.pdb
copy bin\x32\x32dbg.exe %RELEASEDIR%\release\x32\x32dbg.exe
copy bin\x32\x32dbg_exe.pdb %RELEASEDIR%\release\x32\x32dbg_exe.pdb
copy bin\x32\x32gui.dll %RELEASEDIR%\release\x32\x32gui.dll
copy bin\x32\x32gui.pdb %RELEASEDIR%\release\x32\x32gui.pdb
copy bin\x64\x64bridge.dll %RELEASEDIR%\release\x64\x64bridge.dll
copy bin\x64\x64bridge.pdb %RELEASEDIR%\release\x64\x64bridge.pdb
copy bin\x64\x64dbg.dll %RELEASEDIR%\release\x64\x64dbg.dll
copy bin\x64\x64dbg.pdb %RELEASEDIR%\release\x64\x64dbg.pdb
copy bin\x64\x64dbg.exe %RELEASEDIR%\release\x64\x64dbg.exe
copy bin\x64\x64dbg_exe.pdb %RELEASEDIR%\release\x64\x64dbg_exe.pdb
copy bin\x64\x64gui.dll %RELEASEDIR%\release\x64\x64gui.dll
copy bin\x64\x64gui.pdb %RELEASEDIR%\release\x64\x64gui.pdb
xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\release /S /Y
xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\release /S /Y

View File

@ -2,4 +2,5 @@
rem Working directory: '%{sourceDir}'
rem argument1: architecture 'x32' or 'x64'
rem argument2: built binary directory '%{buildDir}\release' for example
copy %2\%1gui.dll ..\..\bin\%1\
copy %2\%1gui.dll ..\..\bin\%1\
copy %2\%1gui.pdb ..\..\bin\%1\