3ca6a5f046
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
282 B
Batchfile
Executable File
10 lines
282 B
Batchfile
Executable File
@echo off
|
|
Rem Replace the DLL version number in the VC++ project files
|
|
|
|
input Enter the old version name (e.g. wx22_0): %%oldName
|
|
input Enter the new version name (e.g. wx22_1): %%newName
|
|
|
|
call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
|
|
echo Done.
|
|
|