diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-10 20:49:40 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-10 20:49:40 (GMT) |
commit | 38e412626b604d7f79cac82153047fc59b55597f (patch) | |
tree | c4b06f6f515e5486f287408575d9336c52645668 /Source/cmGlobalVisualStudio6Generator.h | |
parent | 820088cefc2831a887c141dc4daf6dd758c4c365 (diff) | |
download | CMake-38e412626b604d7f79cac82153047fc59b55597f.zip CMake-38e412626b604d7f79cac82153047fc59b55597f.tar.gz CMake-38e412626b604d7f79cac82153047fc59b55597f.tar.bz2 |
modified TryCompile
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index 63905b0..e64eb76 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -48,7 +48,7 @@ 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 *projectName, const char *targetName); /** * Generate the all required files for building this project/tree. This |