Skip to content

Commit

Permalink
/A switch fixed
Browse files Browse the repository at this point in the history
2019-07-20 18:03 UTC-0300 Fernando Yurisich <[email protected]>
   * distros\MakeDistro.bat
     ! Building with /A switch.
  • Loading branch information
fyurisich committed Jul 20, 2019
1 parent ae86e23 commit e46ba03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MakeDistro.bat
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ REM TODO: Add manual's build here
if not exist mingw\nul goto ERROR5
cd mingw
xcopy %HG_MINGW%\*.* /r /s /e /c /q /y /d
set HG_MINGW==%HG_HRB%\COMP\MINGW
cd ..
cd ..
cd ..
Expand All @@ -351,7 +350,6 @@ REM TODO: Add manual's build here
if not exist mingw\nul goto ERROR5
cd mingw
xcopy %HG_MINGW%\*.* /r /s /e /c /q /y /d
set HG_MINGW==%HG_HRB%\COMP\MINGW
cd ..
cd ..
cd ..
Expand All @@ -378,7 +376,6 @@ REM TODO: Add manual's build here
if not exist mingw\nul goto ERROR5
cd mingw
xcopy %HG_MINGW%\*.* /r /s /e /c /q /y /d
set HG_MINGW==%HG_HRB%\COMP\MINGW
cd ..
cd ..
cd ..
Expand All @@ -405,7 +402,6 @@ REM TODO: Add manual's build here
if not exist bcc\nul goto ERROR5
cd bcc
xcopy %HG_BCC%\*.* /r /s /e /c /q /y /d
set HG_BCC==%HG_HRB%\COMP\BCC
cd ..
cd ..
cd ..
Expand All @@ -432,7 +428,6 @@ REM TODO: Add manual's build here
if not exist mingw\nul goto ERROR5
cd mingw
xcopy %HG_MINGW%\*.* /r /s /e /c /q /y /d
set HG_MINGW==%HG_HRB%\COMP\MINGW
cd ..
cd ..
cd ..
Expand Down

0 comments on commit e46ba03

Please sign in to comment.