summary refs log tree commit diff stats
path: root/tools/vccenv
Commit message (Collapse)AuthorAgeFilesLines
* vccwrap: Removed import of parseoptFredrik Høisæther Rasch2016-10-251-1/+1
| | | | Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
* vccwrapper with nim-like command line argsFredrik Høisæther Rasch2016-10-251-27/+26
|
* Deleted VCC Linkerexe wrapperFredrik Høisæther Rasch2016-10-251-67/+0
| | | | Link.exe wrapper superfluous, because Nim uses cl.exe command-line arguments to defer to linker
* VCC wrappers with vcvars args.Fredrik Høisæther Rasch2016-10-252-19/+104
| | | | | VCC wrappers no longer wrap for compile-time specific target VCC wrappers now peek into the command line args and evaluate vcvars prefixed arguments
* simplified code of the upcoming vccexe and vcclinkerexe toolsAraq2016-10-243-0/+107