Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getopt: Fix macro redefinition warning | Yuri Kunde Schlesner | 2015-07-14 | 1 | -1/+0 |
| | | | | We already define _CRT_SECURE_NO_WARNINGS | ||||
* | getopt: Fix compilation settings | Yuri Kunde Schlesner | 2015-07-14 | 1 | -2/+2 |
| | | | | | | INTERFACE doesn't define the symbol when compiling the library itself. PUBLIC should be used when the definition is needed both by the library and by the users. | ||||
* | Implement new argument parsing using getopt and add the corresponding library to externals | Greg Wicks | 2015-07-12 | 3 | -0/+1110 |