]>
Commit | Line | Data |
---|---|---|
3ca6a5f0 BP |
1 | @echo off |
2 | Rem Replace the DLL version number in the VC++ project files | |
3 | ||
4 | input Enter the old version name (e.g. wx22_0): %%oldName | |
5 | input Enter the new version name (e.g. wx22_1): %%newName | |
6 | ||
7 | call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp | |
8 | echo Done. | |
9 |