Implement loading resource bundle from Windows resources
This allows to use resources defined in the .rc files under MSW instead of embedding them in the program text as arrays.
This commit is contained in:
parent
97f6c85d9b
commit
b33df7360a
15 changed files with 815 additions and 62 deletions
|
|
@ -1903,6 +1903,7 @@ MSW_LOWLEVEL_SRC =
|
|||
src/msw/aboutdlg.cpp
|
||||
src/msw/app.cpp
|
||||
src/msw/bitmap.cpp
|
||||
src/msw/bmpbndl.cpp
|
||||
src/msw/brush.cpp
|
||||
src/msw/caret.cpp
|
||||
src/msw/clipbrd.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue