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:
parent
bc5c323c6d
commit
5e8edf541e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue