From 260c165f3135cfad0c10e506b8e928b69fd1dfb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 28 Feb 2005 23:05:13 +0000 Subject: [PATCH] workaround for lack of res-define in our custom formats git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 2ac0c1a132..9f9ed37fd8 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -525,7 +525,9 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h $(WXMACVERSION) - WXDLLNAME=$(WXDLLNAME) + + WXDLLNAME=$(WXDLLNAME) + src/msw/version.rc -- 2.47.2