8 lines
125 B
Batchfile
8 lines
125 B
Batchfile
set out=..\..\out\dist_L2Detect
|
|
|
|
rem Copy DLL
|
|
copy /y %2\%1.dll %2\%out%
|
|
|
|
rem Copy PDB
|
|
rem copy /y %2\%1.pdb %2\%out%
|