mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
nimsuggest is built by koch.nim instead
This commit is contained in:
@@ -29,7 +29,6 @@ rem move /y build\nim-%NIMVER%.zip web\upload\download
|
||||
|
||||
rem Grab C sources and nimsuggest
|
||||
git clone --depth 1 https://github.com/nim-lang/csources.git
|
||||
git clone --depth 1 https://github.com/nim-lang/nimsuggest.git
|
||||
|
||||
set PATH=%CD%\bin;%PATH%
|
||||
|
||||
@@ -40,10 +39,6 @@ cd csources
|
||||
call build.bat
|
||||
cd ..
|
||||
koch boot -d:release || exit /b
|
||||
cd nimsuggest
|
||||
nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b
|
||||
copy /y nimsuggest.exe ..\bin || exit /b
|
||||
cd ..
|
||||
koch nsis -d:release || exit /b
|
||||
dir build
|
||||
move /y build\nim_%NIMVER%.exe build\nim-%NIMVER%_x32.exe || exit /b
|
||||
@@ -55,9 +50,5 @@ cd csources
|
||||
call build64.bat
|
||||
cd ..
|
||||
koch boot -d:release || exit /b
|
||||
cd nimsuggest
|
||||
nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b
|
||||
copy /y nimsuggest.exe ..\bin || exit /b
|
||||
cd ..
|
||||
koch nsis -d:release || exit /b
|
||||
move /y build\nim_%NIMVER%.exe build\nim-%NIMVER%_x64.exe || exit /b
|
||||
|
||||
Reference in New Issue
Block a user