Convert solution to VC 2010 and fix couple of warnings. More verbose some post-build dist create scripts
This commit is contained in:
@@ -9,7 +9,9 @@ rem echo 2 = %2
|
||||
set out=..\..\out\dist_l2c
|
||||
|
||||
rem Copy DLL
|
||||
echo Copy DLL %2\%1.dll - %2\%out%
|
||||
copy /y %2\%1.dll %2\%out%
|
||||
|
||||
rem Copy PDB
|
||||
echo Copy PDB %2\%1.pdb - %2\%out%
|
||||
copy /y %2\%1.pdb %2\%out%
|
||||
|
||||
Reference in New Issue
Block a user