wxWidgets/distrib/msw/vcupdate.bat
Julian Smart 847341dbeb Updated VC++ files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-18 14:33:01 +00:00

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. msw232): %%oldName
input Enter the new version name (e.g. msw233): %%newName
call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
echo Done.