mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02: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…
x
Reference in New Issue
Block a user