mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Add windmc stage to compile pocomsg.mc during MinGW builds.
This commit is contained in:
parent
f889dde508
commit
95b8a940da
@ -59,4 +59,8 @@ target = PocoFoundation
|
||||
target_version = $(LIBVERSION)
|
||||
target_libs =
|
||||
|
||||
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
|
||||
$(shell cd src; windmc pocomsg.mc)
|
||||
endif
|
||||
|
||||
include $(POCO_BASE)/build/rules/lib
|
||||
|
Loading…
Reference in New Issue
Block a user