+
+ <!-- version info resources: -->
+ <res-define>WXDLLNAME=$(WXDLLNAME)</res-define>
+ <win32-res>src/msw/version.rc</win32-res>
+ </template>
+
+ <template id="wx_3rdparty_dependencies_gui" cond="USE_GUI=='1'">
+ <depends>wxtiff</depends>
+ <depends>wxjpeg</depends>
+ <depends>wxpng</depends>
+ </template>
+
+ <template id="wx_3rdparty_dependencies"
+ template="wx_3rdparty_dependencies_gui">
+ <depends>wxexpat</depends>
+ <depends>wxzlib</depends>
+ <depends cond="FORMAT=='autoconf'">wxodbc</depends>
+ <depends>wxregex</depends>
+ </template>
+
+ <template id="wx_3rdparty_includes_gui" cond="USE_GUI=='1'">
+ <include>$(INC_TIFF)</include>
+ <include>$(INC_JPEG)</include>
+ <include>$(INC_PNG)</include>
+ </template>
+
+ <template id="wx_3rdparty_includes"
+ template="wx_3rdparty_includes_gui">
+ <include>$(INC_ZLIB)</include>
+ <include>$(INC_ODBC)</include>
+ <include>$(INC_REGEX)</include>
+ <include>$(INC_EXPAT)</include>
+ </template>
+
+ <template id="wx_lib"
+ template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h"/>
+ <template id="wx_base_lib"
+ template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h">
+ <define>wxUSE_GUI=0</define>
+ </template>
+
+ <template id="wx_dll"
+ template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes"
+ template_append="msvc_setup_h,wx_append_nomono"/>
+ <template id="wx_base_dll"
+ template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes"
+ template_append="msvc_setup_h,wx_append_base_nomono">
+ <define>wxUSE_GUI=0</define>