diff options
author | apense <apense@users.noreply.github.com> | 2015-06-17 13:07:38 -0400 |
---|---|---|
committer | apense <apense@users.noreply.github.com> | 2015-06-17 13:07:38 -0400 |
commit | 80d6b0e9ca3c58d33d17c07f14744e8425864d8f (patch) | |
tree | 89efcf32f271e49757ead665c414d4f7fbb536bf /tests/cpp | |
parent | e2bcf22a849a8093ddb19f97660a519cc8e71371 (diff) | |
download | Nim-80d6b0e9ca3c58d33d17c07f14744e8425864d8f.tar.gz |
Fixed gcc batch issue
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
Diffstat (limited to 'tests/cpp')
0 files changed, 0 insertions, 0 deletions