Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 1 | -9/+1 |
| | |||||
* | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 1 | -0/+5 |
| | |||||
* | MSVC11 needs PCH objects added to the link line. | Gary Oberbrunner | 2012-05-07 | 1 | -85/+85 |
| | | | | Update msvc linker emitter to add the PCH object if not already present. | ||||
* | Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵ | Gary Oberbrunner | 2011-03-02 | 1 | -0/+85 |
dirs containing spaces. |