summary refs log tree commit diff stats
path: root/tools/vccexe/vccenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* Fix issue #10358 (#10383)Tomohiro2019-01-231-1/+1
| | | | | | * Fix bug: vccexe finds oldest VCC * echo path to vcvarsall.bat as hint when failed to execute cl.exe
* fix vccexe not using correct path for detecting vcvarsall (#10364)Neelesh Chandola2019-01-211-2/+2
|
* Fix unhandled exception that raised when nim was executed with --cc:vcc ↵Tomohiro2019-01-181-1/+1
| | | | option (#10356)
* Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-261-9/+31
|
* vccenv module for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+25
Only works for VCC Installations with Visual Studio 2015 and below