diff options
author | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 19:16:04 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 19:16:04 -0500 |
commit | bc97493102901790155c819d0bcdcab9d7c8ebdf (patch) | |
tree | 1e7259087b956c276362de9f40e72b2572193440 /build.bat | |
parent | eb929bd61c94fc5acf7e384502706fc41a4df2fd (diff) | |
download | Nim-bc97493102901790155c819d0bcdcab9d7c8ebdf.tar.gz |
Revert "Documented faster way to bootstrap-build Nim"
Diffstat (limited to 'build.bat')
-rwxr-xr-x | build.bat | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/build.bat b/build.bat deleted file mode 100755 index b68d626f6..000000000 --- a/build.bat +++ /dev/null @@ -1,22 +0,0 @@ - -if not exist "csources"( - git clone --depth 1 https://github.com/nim-lang/csources.git -) - -cd "csources" - -for /f "skip=1 delims=" %%x in ('wmic cpu get addresswidth') do if not defined AddressWidth set AddressWidth=%%x -if %AddressWidth%==64 ( - call build64.bat -) else ( - call build.bat -) - -cd ".." - -./bin/nim c koch -./koch boot -d:release - -xcopy /Y install.bat.template install.bat - -pause \ No newline at end of file |