BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.

This commit is contained in:
Brad King
2006-06-01 15:51:24 -04:00
parent bfb0ec58e8
commit 87d4d0e039
14 changed files with 28 additions and 20 deletions

View File

@@ -63,7 +63,8 @@ public:
const char* additionalOptions,
const char *targetName,
const char* config,
bool ignoreErrors);
bool ignoreErrors,
bool fast);
/**
* Generate the all required files for building this project/tree. This