Convert solution to VC 2010 and fix couple of warnings. More verbose some post-build dist create scripts

This commit is contained in:
alexey.min
2012-02-01 07:20:48 +00:00
parent 03de3bdc95
commit 91cf69734c
16 changed files with 2043 additions and 33 deletions

View File

@@ -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%