From 6d54670f1ebdad2c33de7ba24e00b911e019fd69 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 26 May 2014 20:14:59 +0000 Subject: [PATCH] Separate MSW resource files from the headers. Use separate MSW_HDR and MSW_RSC variables instead of putting everything into MSW_HDR: resources, such as .manifest, .bmp, .ico and .cur files, don't belong to the headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 32ae551ad1..e0fd73bc29 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1877,7 +1877,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/toplevel.h wx/msw/treectrl.h wx/msw/window.h - + + wx/msw/wx.manifest wx/msw/amd64.manifest @@ -3738,7 +3739,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(GTK_HDR) $(GTK1_HDR) $(MOTIF_HDR) - $(MSW_HDR) $(MSW_DESKTOP_HDR) + $(MSW_HDR) $(MSW_DESKTOP_HDR) $(MSW_RSC) $(MSW_HDR) $(WINCE_HDR) $(OSX_SHARED_HDR) $(OSX_CARBON_HDR) $(OSX_SHARED_HDR) $(OSX_COCOA_HDR)