source: trunk/Utilities/MaxMindGeoLite/_Bin/Copy.bat @ 937

Last change on this file since 937 was 300, checked in by roman, 10 years ago
File size: 356 bytes
Line 
1@set A=MaxMindGeoLite
2@set B=Release
3@set C=dll
4copy /b /y "Win32\%B%\%A%.%C%" %A%-Win32.%C%"
5copy /b /y "x64\%B%\%A%.%C%" "%A%-x64.%C%"
6copy /b /y "Win32\%B%\%A%.pdb" %A%-Win32.pdb"
7copy /b /y "x64\%B%\%A%.pdb" "%A%-x64.pdb"
8rem @set C=tlb
9rem copy /b /y "Win32\%B%\%A%\%A%.%C%" %A%-Win32.%C%"
10rem copy /b /y "x64\%B%\%A%\%A%.%C%" "%A%-x64.%C%"
Note: See TracBrowser for help on using the repository browser.