Skip to content

Commit

Permalink
More checks/copies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Sep 7, 2022
1 parent 7588cbb commit a003753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rel.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
@set DEPLOY1=~Deployed
@set SMARTCOPY=%BUILD_SC%\release\SmartCopy.exe
@set UCAUTO=UcAuto.cpp
@set UCAUTOLIB=UcAutoLib.cpp
@set UCCOUNT=UcAutoCount.h
@set AB_UCAUTO=%BUILD_AB%/%UCAUTO%
@set AB_UCAUTOLIB=%BUILD_AB%/%UCAUTOLIB%
@set AB_UCCOUNT=%BUILD_AB%/%UCCOUNT%

@path %MINGW%;%PATH%
Expand Down Expand Up @@ -96,10 +98,12 @@
@echo.
@echo ===== Checking for file existence =====
@if not exist %AB_UCAUTO% goto end
@if not exist %AB_UCAUTOLIB% goto end

@echo.
@echo ===== Running SmartCopy =====
@%SMARTCOPY% %AB_UCAUTO% Unicodia\Uc\%UCAUTO%
@%SMARTCOPY% %AB_UCAUTOLIB% Unicodia\Uc\%UCAUTOLIB%
@if errorlevel 1 goto end

@echo.
Expand Down

0 comments on commit a003753

Please sign in to comment.