mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1209: Support for building natives from a release.
This commit is contained in:
parent
af2d461d85
commit
3c07ca2962
22 changed files with 541 additions and 349 deletions
|
@ -73,12 +73,6 @@
|
|||
<PostBuildEvent>
|
||||
<Command>
|
||||
rem copy /y /v /b "$(VSInstallDir)DIA SDK\bin\amd64\msdia*.dll" "$(OutDir)"
|
||||
set OS_DIR=$(SolutionDir)..\..\os
|
||||
if exist "%OS_DIR%\win_x86_64" (
|
||||
mkdir "%OS_DIR%"
|
||||
mkdir "%OS_DIR%\win_x86_64"
|
||||
xcopy /Y /S "$(OutDir)" "%OS_DIR%"
|
||||
)
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
<PreLinkEvent>
|
||||
|
@ -106,12 +100,6 @@ if exist "%OS_DIR%\win_x86_64" (
|
|||
<PostBuildEvent>
|
||||
<Command>
|
||||
rem copy /y /v /b "$(VSInstallDir)DIA SDK\bin\amd64\msdia*.dll" "$(OutDir)"
|
||||
set OS_DIR=$(SolutionDir)..\..\os
|
||||
if exist "%OS_DIR%\win_x86_64" (
|
||||
mkdir "%OS_DIR%"
|
||||
mkdir "%OS_DIR%\win_x86_64"
|
||||
xcopy /Y /S "$(OutDir)" "%OS_DIR%"
|
||||
)
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
<PreLinkEvent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue