Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vccwrap: Removed import of parseopt | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -1/+1 |
| | | | | Not necessary, since vccexe uses less advanced, but non-invasive argument parsing | ||||
* | vccwrapper with nim-like command line args | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -27/+26 |
| | |||||
* | Deleted VCC Linkerexe wrapper | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -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 Rasch | 2016-10-25 | 2 | -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 tools | Araq | 2016-10-24 | 3 | -0/+107 |