Added WINDMC variable to build scripts

This commit is contained in:
Asari Takashi 2014-12-25 09:53:44 +00:00
parent d247e1cf05
commit d1436c09fd
3 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,7 @@ target_version = $(LIBVERSION)
target_libs =
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
$(shell cd src; windmc pocomsg.mc)
$(shell cd src; $(WINDMC) pocomsg.mc)
endif
include $(POCO_BASE)/build/rules/lib

View File

@ -29,6 +29,7 @@ SHELL = sh
RM = rm -rf
CP = cp
MKDIR = mkdir -p
WINDMC = windmc
#
# Extension for Shared Libraries

View File

@ -31,6 +31,7 @@ SHELL = sh
RM = rm -rf
CP = cp
MKDIR = mkdir -p
WINDMC = $(CROSSENV)-windmc
#
# Extension for Shared Libraries