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