cd to the right directory

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4987 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-09 18:50:12 +00:00
parent bc5c323c6d
commit 5e8edf541e

View file

@ -1,6 +1,6 @@
if not exist "%WXWIN%\build\msw\makefile.vc" goto error
set OLDCD=%CD%
cd "%WXWIN%"
cd "%WXWIN%\build\msw"
copy /y "%WXWIN%\include\wx\msw\setup.h" "%OLDCD%\old_setup.h"
copy /y "%OLDCD%\setup.h" "%WXWIN%\include\wx\msw\setup.h"
rd /S ..\..\lib\vc_libnsis