]> git.saurik.com Git - wxWidgets.git/commitdiff
include version information in DLLs
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 27 Feb 2005 12:03:11 +0000 (12:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 27 Feb 2005 12:03:11 +0000 (12:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 21b81b57e8c4bf5f797e7aaf929c1de09bf644fa..2ac0c1a132adf1fa2c4bac10918002afe2197add 100644 (file)
@@ -523,6 +523,10 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
         <version>$(WX_VERSION)</version>
         <so_version>$(WXSOVERSION)</so_version>
         <mac_version>$(WXMACVERSION)</mac_version>
+
+        <!-- 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'">