summaryrefslogtreecommitdiffstats
path: root/test/MSVC/pch-spaces-subdir.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-111-1/+1
|
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-9/+1
|
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-0/+5
|
* MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-071-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 Oberbrunner2011-03-021-0/+85
dirs containing spaces.