📄 wx_win32.bkl
字号:
<!-- Libraries whose name is prefixed with 'wx' only --> <set var="WXLIB_CORE_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_core</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_core</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_core</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_core</if> </set> <set var="WXLIB_MEDIA_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_media</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_media</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_media</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_media</if> </set> <set var="WXLIB_XRC_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_xrc</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_xrc</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_xrc</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_xrc</if> </set> <set var="WXLIB_HTML_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_html</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_html</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_html</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_html</if> </set> <set var="WXLIB_ADV_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_adv</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_adv</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_adv</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_adv</if> </set> <set var="WXLIB_QA_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_qa</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_qa</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_qa</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_qa</if> </set> <set var="WXLIB_DBGRID_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_dbgrid</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_dbgrid</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_dbgrid</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_dbgrid</if> </set> <set var="WXLIB_GL_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_gl</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_gl</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_gl</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_gl</if> </set> <set var="WXLIB_AUI_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_aui</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_aui</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_aui</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_aui</if> </set> <set var="WXLIB_RICHTEXT_NAME"> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)_richtext</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='0' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)d_richtext</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='0'">wx$(WXPORT)$(WX_VERSION)u_richtext</if> <if cond="WX_MONOLITHIC=='0' and WX_UNICODE=='1' and WX_DEBUG=='1'">wx$(WXPORT)$(WX_VERSION)ud_richtext</if> </set> <!-- WX TEMPLATE --> <!-- --> <!-- --> <!-- While not required, templates make your --> <!-- bakefiles much more readable. Templates, in --> <!-- essence, are abstract classes like c++. --> <!-- --> <!-- Your build targets "inherit" the template, --> <!-- along with the info associated with the template --> <!-- --> <!-- wxWidgets LIBRARY/APP TEMPLATE --> <!-- --> <!-- The "base class" of all our build targets --> <!-- This links with the appropriate native --> <!-- libraries required by the platform, the libraries --> <!-- we want for our stuff, and the wxWindows libs. --> <!-- this tag is used to include wx libraries: --> <define-tag name="wx-lib" rules="exe,dll,module"> <if cond="value=='base'"><sys-lib>$(WXLIB_BASE_NAME)</sys-lib></if> <if cond="value=='core'"><sys-lib>$(WXLIB_CORE_NAME)</sys-lib></if> <if cond="value=='net'"><sys-lib>$(WXLIB_NET_NAME)</sys-lib></if> <if cond="value=='xml'"><sys-lib>$(WXLIB_XML_NAME)</sys-lib></if> <if cond="value=='odbc'"><sys-lib>$(WXLIB_ODBC_NAME)</sys-lib></if> <if cond="value=='media'"><sys-lib>$(WXLIB_MEDIA_NAME)</sys-lib></if> <if cond="value=='xrc'"><sys-lib>$(WXLIB_XRC_NAME)</sys-lib></if> <if cond="value=='html'"><sys-lib>$(WXLIB_HTML_NAME)</sys-lib></if> <if cond="value=='adv'"><sys-lib>$(WXLIB_ADV_NAME)</sys-lib></if> <if cond="value=='gl'"><sys-lib>$(WXLIB_GL_NAME)</sys-lib></if> <if cond="value=='dbgrid'"><sys-lib>$(WXLIB_DBGRID_NAME)</sys-lib></if> <if cond="value=='qa'"><sys-lib>$(WXLIB_QA_NAME)</sys-lib></if> <if cond="value=='aui'"><sys-lib>$(WXLIB_AUI_NAME)</sys-lib></if> <if cond="value=='richtext'"><sys-lib>$(WXLIB_RICHTEXT_NAME)</sys-lib></if> <!-- wx-lib can be used also to link against contrib libraries (which always have the same name, regardless of WX_MONOLITHIC value) --> <if cond="value in CONTRIBLIB_LIST.split()"> <sys-lib>wx$(WXPORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value)</sys-lib> </if> <if cond="value not in ALLLIB_LIST.split()"> <error>Unknown wxWidgets library given in the wx-lib tag</error> </if> </define-tag> <!-- just a placeholder to mark the place where <wx-lib> will be placed, thanks to the order precedence declaration below it: --> <define-tag name="__wx-libs-point" rules="exe,dll,module"/> <tag-info name="wx-lib" position="before:__wx-libs-point"/> <tag-info name="__wx-syslibs" position="after:__wx-libs-point"/> <!-- template for static wx libraries: --> <template id="wx-lib"> <!-- MISCELLANEOUS --> <if cond="FORMAT=='mingw'"> <define>HAVE_W32API_H</define> <ldflags>-mthreads</ldflags> </if> <define>$(WXUNICODE_DEFINE)</define> <define>$(WXDEBUG_DEFINE)</define> <define>__WXMSW__</define> <include>$(WX_DIR)$(WXLIBINCLUDE)</include> <include>$(WX_DIR)/include</include> </template> <!-- this ugly tag contains all sys-lib tags used by "wx" template, in order to make sure they are not reorder when wx-lib is moved after __wx-libs-point: --> <define-tag name="__wx-syslibs" rules="exe,dll,module"> <!-- wx 3rd party libs, always use them: --> <sys-lib cond="FORMAT!='msevc4prj'">wxtiff$(WX3RDPARTYLIBPOSTFIX)</sys-lib> <sys-lib>wxjpeg$(WX3RDPARTYLIBPOSTFIX)</sys-lib> <sys-lib>wxpng$(WX3RDPARTYLIBPOSTFIX)</sys-lib> <sys-lib>wxzlib$(WX3RDPARTYLIBPOSTFIX)</sys-lib> <!-- For regex we won't use the WX3RDPARTYLIBPOSTIX postfix: unliked tiff, jpeg, png, zlib, expat, when building in Unicode mode, the "u" suffix is appended to regex --> <sys-lib cond="FORMAT!='msevc4prj'">wxregex$(WXLIBPOSTFIX)</sys-lib> <sys-lib>wxexpat$(WX3RDPARTYLIBPOSTFIX)</sys-lib> <!-- link-in system libs that wx depends on: --> <!-- If on borland, we don't need to do much --> <if cond="FORMAT=='borland'"> <sys-lib>ole2w32</sys-lib> <sys-lib>odbc32</sys-lib> </if> <!-- Non-borland, on the other hand... --> <if cond="FORMAT not in ['borland','msevc4prj']"> <sys-lib>kernel32</sys-lib> <sys-lib>user32</sys-lib> <sys-lib>gdi32</sys-lib> <sys-lib>comdlg32</sys-lib> <sys-lib>winspool</sys-lib> <sys-lib>winmm</sys-lib> <sys-lib>shell32</sys-lib> <sys-lib>comctl32</sys-lib> <sys-lib>ole32</sys-lib> <sys-lib>oleaut32</sys-lib> <sys-lib>uuid</sys-lib> <sys-lib>rpcrt4</sys-lib> <sys-lib>advapi32</sys-lib> <sys-lib>wsock32</sys-lib> <sys-lib>odbc32</sys-lib> </if> <!-- Libs common to both borland and MSVC --> <if cond="FORMAT=='msvc' or FORMAT=='msvc6prj' or FORMAT=='borland'"> <sys-lib>oleacc</sys-lib> </if> </define-tag> <!-- template for wx executables/dlls: --> <template id="wx" template="wx-lib"> <lib-path>$(WX_DIR)$(WXLIBPATH)</lib-path> <!-- wx libs must come before 3rd party and sys libs, this is the place where the hack explained above is carried on: --> <__wx-libs-point/> <__wx-syslibs/> </template></makefile>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -