Skip to content

Commit

Permalink
Cleanup build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-mialyk committed Jul 14, 2020
1 parent a80f29d commit b3abb30
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sudo/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ if %errorlevel% neq 0 exit /b 1

%DCC% Sud.pas -NSSystem;Winapi;Vcl -q -u..\..\Projects\Lib
if %errorlevel% neq 0 exit /b 1

rem exit

if not exist ..\releases\Sudo\x86 md ..\releases\Sudo\x86
if not exist ..\releases\Sudo\x64 md ..\releases\Sudo\x64

if [%DCC%] == [dcc32] copy Su.exe ..\releases\Sudo\x86 & copy Sud.dll ..\releases\Sudo\x86
if [%DCC%] == [dcc64] copy Su.exe ..\releases\Sudo\x64 & copy Sud.dll ..\releases\Sudo\x64

0 comments on commit b3abb30

Please sign in to comment.