diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 13:07:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 13:07:41 (GMT) |
commit | 38baabc66558908af2148a6c044f02bb01edb9f1 (patch) | |
tree | 8c6609445cda264860b40ed51edd04f8314eaf73 /Source/cmGlobalVisualStudio6Generator.h | |
parent | 7ee50e7ee5f5ebef9bf3ae6a32f699e183061438 (diff) | |
download | CMake-38baabc66558908af2148a6c044f02bb01edb9f1.zip CMake-38baabc66558908af2148a6c044f02bb01edb9f1.tar.gz CMake-38baabc66558908af2148a6c044f02bb01edb9f1.tar.bz2 |
Attempt to fix Visual studio 6 comiling
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index e64eb76..bf58840 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -48,7 +48,8 @@ public: * loaded commands, not as part of the usual build process. */ virtual int TryCompile(const char *srcdir, const char *bindir, - const char *projectName, const char *targetName); + const char *projectName, const char *targetName, + std::string *output); /** * Generate the all required files for building this project/tree. This |