removed /Q from rd - ask to be sure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4986 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e659fbc3f9
commit
bc5c323c6d
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ set OLDCD=%CD%
|
|||
cd "%WXWIN%"
|
||||
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 /Q ..\..\lib\vc_libnsis
|
||||
rd /S /Q vc_mswnsis
|
||||
rd /S ..\..\lib\vc_libnsis
|
||||
rd /S vc_mswnsis
|
||||
nmake -f makefile.vc CFG=nsis BUILD=release RUNTIME_LIBS=dynamic SHARED=0 UNICODE=0 WXUNIV=0 USE_OPENGL=0 USE_ODBC=0 USE_HTML=1 USE_XRC=0
|
||||
copy /y "%OLDCD%\old_setup.h" "%WXWIN%\include\wx\msw\setup.h"
|
||||
cd "%OLDCD%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue