summaryrefslogtreecommitdiffstats
path: root/test/MSVC/PCH-source.py
Commit message (Collapse)AuthorAgeFilesLines
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-10/+1
|
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-0/+4
|
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-0/+107
file is listed in both the env.PCH() and env.Program() calls.