Skip to content

Commit

Permalink
Added some comments to the Windows packaging script
Browse files Browse the repository at this point in the history
Added 'completed' message
  • Loading branch information
eranif committed Oct 14, 2019
1 parent ef85a5a commit 49d6aa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make-weekly.bat
Expand Up @@ -11,12 +11,10 @@ set WXCFG=gcc_dll/mswu

:: Build the 64 bit version
call :ColorText 0A "Building CodeLite for x86_64"
echo ...
call :MAKE_WEEKLY Win_x64_Release codelite64_mingw.iss C:\src\wxWidgets C:\compilers\mingw64\bin

:: Build the 32 bit version
call :ColorText 0A "Building CodeLite for i686"
echo echo ...
call :MAKE_WEEKLY Win_x86_Release codelite_mingw.iss C:\src\wxWidgets32 C:\compilers\mingw64-i686\mingw32\bin

cd %CL_SRC_DIR%
Expand Down

0 comments on commit 49d6aa5

Please sign in to comment.