Tuesday 19 April 2011, 09:36
VisualStudio - Post build commands
A small syntax reminder for the copy post-build command I like to add on certain DLL projects.
Copy $(OutDir)\$(TargetName).lib %TARGET_DIR% Copy $(OutDir)\$(TargetName).dll %TARGET_DIR%
[no comment] :: [no trackback]


