2000-08-08 02:11:51 -04:00
|
|
|
@echo off
|
|
|
|
Rem Replace the DLL version number in the VC++ project files
|
|
|
|
|
2002-01-18 09:33:01 -05:00
|
|
|
input Enter the old version name (e.g. msw232): %%oldName
|
|
|
|
input Enter the new version name (e.g. msw233): %%newName
|
2000-08-08 02:11:51 -04:00
|
|
|
|
|
|
|
call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
|
|
|
|
echo Done.
|
|
|
|
|