Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #9647 tmpl=>nimf (#9658) | Timothee Cour | 2018-11-14 | 1 | -79/+0 |
| | |||||
* | Detect gcc arch in build.bat (#7856) | genotrance | 2018-05-22 | 1 | -10/+48 |
| | | | | | | * Detect gcc arch in build.bat * Fix 64-bit test | ||||
* | niminst updates | Andreas Rumpf | 2016-10-21 | 1 | -3/+3 |
| | |||||
* | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 1 | -1/+1 |
| | | | | This silences deprecation warnings and prevent collision with UNIX shebang. | ||||
* | Fixed gcc batch issue | apense | 2015-06-17 | 1 | -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 Raaf | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Update buildbat.tmpl | Varriount | 2014-11-03 | 1 | -1/+12 |
| | | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error. | ||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -2/+2 |
|\ | |||||
| * | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 1 | -2/+2 |
| | | |||||
* | | case consistency part 5 | Araq | 2013-12-28 | 1 | -1/+1 |
|/ | |||||
* | niminst: slashify was a stupid idea | Araq | 2013-10-06 | 1 | -4/+4 |
| | |||||
* | fixes #582 | Araq | 2013-09-01 | 1 | -4/+4 |
| | |||||
* | Modified the behaviour of the build scripts to accommodate new C sources | Dominik Picheta | 2013-08-04 | 1 | -4/+9 |
| | | | | repo. | ||||
* | Moved linker flags to the end of cmd line in build.sh and bat templates | Yury Benesh | 2013-07-06 | 1 | -2/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 1 | -27/+2 |
| | | | | wide char versions of the WinAPI | ||||
* | prepared niminst for win64 target | Araq | 2012-02-28 | 1 | -5/+33 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -1/+2 |
| | |||||
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 1 | -2/+2 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -0/+21 |