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

@@ -1,7 +1,7 @@
set out=..\..\out\dist_L2Detect
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%
rem copy /y %2\%1.pdb %2\%out%