summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-02-22 19:32:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-02-22 19:32:16 (GMT)
commit2d2f79a9957e6f9f3fdc8fed1cb8f72162bd665c (patch)
tree03c5b9f0977fc5ff51457f1f913c7b0c69c7e794 /Source/cmLocalVisualStudioGenerator.h
parent01b65de3f943f9828efd8e3a56533f495a9125fc (diff)
parent2516c05c2c73e768a7ec082a6fed8b2168489f6a (diff)
downloadCMake-2d2f79a9957e6f9f3fdc8fed1cb8f72162bd665c.zip
CMake-2d2f79a9957e6f9f3fdc8fed1cb8f72162bd665c.tar.gz
CMake-2d2f79a9957e6f9f3fdc8fed1cb8f72162bd665c.tar.bz2
Merge topic 'vs-intel-dll-implib-outdir'
2516c05 VS: Create a Fortran DLL's import library directory
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r--Source/cmLocalVisualStudioGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h
index 1954ac5..22112b3 100644
--- a/Source/cmLocalVisualStudioGenerator.h
+++ b/Source/cmLocalVisualStudioGenerator.h
@@ -47,7 +47,7 @@ protected:
/** Construct a custom command to make exe import lib dir. */
cmsys::auto_ptr<cmCustomCommand>
- MaybeCreateImplibDir(cmTarget& target, const char* config);
+ MaybeCreateImplibDir(cmTarget& target, const char* config, bool isFortran);
// Safe object file name generation.
void ComputeObjectNameRequirements(std::vector<cmSourceGroup> const&);