diff options
Diffstat (limited to 'Tests/Preprocess/preprocess_vs6.cxx')
-rw-r--r-- | Tests/Preprocess/preprocess_vs6.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Preprocess/preprocess_vs6.cxx b/Tests/Preprocess/preprocess_vs6.cxx new file mode 100644 index 0000000..9df89f6 --- /dev/null +++ b/Tests/Preprocess/preprocess_vs6.cxx @@ -0,0 +1,3 @@ +// The VS6 IDE does not support object name configuration so we need a +// source file with a different name. Include the real source file. +#include "preprocess.cxx" |