Changeset 1603 for trunk/Cbc/MSVisualStudio/v9alt
- Timestamp:
- Feb 19, 2011 6:57:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/MSVisualStudio/v9alt/libCbc.vcproj
r1599 r1603 331 331 Name="VCPostBuildEventTool" 332 332 Description="Copy import library to $(CoinLibDir)" 333 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir) "333 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir)
" 334 334 /> 335 335 </Configuration> … … 404 404 Name="VCPostBuildEventTool" 405 405 Description="Copy import library to $(CoinLibDir)" 406 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir) "406 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir)
" 407 407 /> 408 408 </Configuration> … … 980 980 > 981 981 </File> 982 <File 983 RelativePath=".\genDefForCbc.ps1" 984 > 985 </File> 982 986 </Files> 983 987 <Globals>
Note: See TracChangeset
for help on using the changeset viewer.