Merge pull request #656 from asari-fd/windmc-mingw

Added WINDMC variable to build scripts
This commit is contained in:
Aleksandar Fabijanic 2015-01-01 11:37:31 -06:00
commit d2472efcfb
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