2007-03-09 18:11:53 +00:00
|
|
|
if not exist "%WXWIN%\build\msw\makefile.vc" goto error
|
2007-02-24 18:57:55 +00:00
|
|
|
set OLDCD=%CD%
|
2007-03-27 19:14:35 +00:00
|
|
|
cd /D "%WXWIN%\build\msw"
|
2007-03-09 18:11:53 +00:00
|
|
|
copy /y "%WXWIN%\include\wx\msw\setup.h" "%OLDCD%\old_setup.h"
|
|
|
|
copy /y "%OLDCD%\setup.h" "%WXWIN%\include\wx\msw\setup.h"
|
2007-03-09 18:13:24 +00:00
|
|
|
rd /S ..\..\lib\vc_libnsis
|
|
|
|
rd /S vc_mswnsis
|
2007-02-24 18:57:55 +00:00
|
|
|
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
|
2007-03-09 18:11:53 +00:00
|
|
|
copy /y "%OLDCD%\old_setup.h" "%WXWIN%\include\wx\msw\setup.h"
|
2007-03-27 19:14:35 +00:00
|
|
|
cd /D "%OLDCD%"
|
2007-02-24 18:57:55 +00:00
|
|
|
goto done
|
|
|
|
:error
|
|
|
|
echo WXWIN is not properly set
|
|
|
|
:done
|