diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | 94fd5a5af87adafbbf7f47d6d083b53c6bd3e941 (patch) | |
tree | b3ce210f7c8da28b4a5d6c8de358496a21e410ea /Source/cmLocalVisualStudio6Generator.cxx | |
parent | ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (diff) | |
download | CMake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.zip CMake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.tar.gz CMake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.tar.bz2 |
VS: Port ImplibDir to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index c4cbdef..d5abf68 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -841,7 +841,7 @@ cmLocalVisualStudio6Generator::CreateTargetRules(cmGeneratorTarget *target, event.Write(target->Target->GetPreBuildCommands()); event.Write(target->Target->GetPreLinkCommands()); cmsys::auto_ptr<cmCustomCommand> pcc( - this->MaybeCreateImplibDir(*target->Target, configName, false)); + this->MaybeCreateImplibDir(target, configName, false)); if(pcc.get()) { event.Write(*pcc); |