]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/vcupdate.bat
don't override GetSize(), this doesn't work (bug 732758)
[wxWidgets.git] / distrib / msw / vcupdate.bat
CommitLineData
3ca6a5f0
BP
1@echo off
2Rem Replace the DLL version number in the VC++ project files
3
847341db
JS
4input Enter the old version name (e.g. msw232): %%oldName
5input Enter the new version name (e.g. msw233): %%newName
3ca6a5f0
BP
6
7call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp
8echo Done.
9