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