summary refs log tree commit diff stats
path: root/tools/niminst/buildbat.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-79/+0
|
* Detect gcc arch in build.bat (#7856)genotrance2018-05-221-10/+48
| | | | | | * Detect gcc arch in build.bat * Fix 64-bit test
* niminst updatesAndreas Rumpf2016-10-211-3/+3
|
* Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* Fixed gcc batch issueapense2015-06-171-2/+2
| | | See #18 on csources. Basically, some Windows system have gcc as a gcc.bat file. This isn't an issue unless you're calling from another batch file (like here). The call chain will follow to gcc.bat and end there, meaning only one command is processed. Using "CALL" before the other batch command will keep the calls in the main batch file after completion, meaning the compilation will actually succeed this way [see technet](https://technet.microsoft.com/en-us/library/bb490873.aspx). Otherwise you have to hope there is a gcc.exe somewhere instead
* Cleaned up T/P names.Hans Raaf2015-02-191-1/+1
|
* Update buildbat.tmplVarriount2014-11-031-1/+12
| | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error.
* resolved conflicts with masterAraq2014-01-181-2/+2
|\
| * Rename C sources dir to c_code.Dominik Picheta2014-01-121-2/+2
| |
* | case consistency part 5Araq2013-12-281-1/+1
|/
* niminst: slashify was a stupid ideaAraq2013-10-061-4/+4
|
* fixes #582Araq2013-09-011-4/+4
|
* Modified the behaviour of the build scripts to accommodate new C sourcesDominik Picheta2013-08-041-4/+9
| | | | repo.
* Moved linker flags to the end of cmd line in build.sh and bat templatesYury Benesh2013-07-061-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-27/+2
| | | | wide char versions of the WinAPI
* prepared niminst for win64 targetAraq2012-02-281-5/+33
|
* version 0.8.14Araq2012-02-091-1/+2
|
* niminst: bugfixes; documentation changesAraq2012-01-151-2/+2
|
* niminst: diverse improvements; fixes #80Araq2012-01-131-0/+21