⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wxbuild.bat

📁 nsis是一个流传比较广的程序安装和解安装封装软件
💻 BAT
字号:
if not exist setup.h goto setup_errorif not exist "%WXWIN%\build\msw\makefile.vc" goto errorset OLDCD=%CD%cd /D "%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_libnsisrd /S vc_mswnsisnmake -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 /D "%OLDCD%"goto done:errorecho WXWIN is not properly setgoto done:setup_errorecho setup.h cannot be found, wrong working directory?:done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -