wxWidgets/samples/stc
Vadim Zeitlin 123a1e3cea Fix linking stc sample when using monolithic static library
Append "-limm32" after the monolithic library, otherwise it's not taken
into account when the linker encounters it because there is no
dependency on it yet.

This should finally complete 68feb3e7ff (Fix linking monolithic wxMSW
DLL after STC IME changes, 2020-05-31).

See https://github.com/wxWidgets/wxWidgets/pull/1852

Closes #18776.
2020-10-16 02:36:46 +02:00
..
defsext.h Add option to STC example to select drawing technology 2020-06-01 16:47:50 +02:00
descrip.mms
edit.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
edit.h Add option to STC example to select drawing technology 2020-06-01 16:47:50 +02:00
makefile.gcc Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
Makefile.in Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
prefs.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
prefs.h Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
stctest_vc7.vcproj Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
stctest_vc8.vcproj Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
stctest_vc9.vcproj Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
stctest.bkl Fix linking stc sample when using monolithic static library 2020-10-16 02:36:46 +02:00
stctest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00