Add windmc stage to compile pocomsg.mc during MinGW builds.

This commit is contained in:
Christopher Baker 2014-08-21 15:05:03 -05:00
parent f889dde508
commit 95b8a940da

View File

@ -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