mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 08:22:37 +01:00
Merge pull request #656 from asari-fd/windmc-mingw
Added WINDMC variable to build scripts
This commit is contained in:
commit
d2472efcfb
@ -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
|
||||
|
@ -29,6 +29,7 @@ SHELL = sh
|
||||
RM = rm -rf
|
||||
CP = cp
|
||||
MKDIR = mkdir -p
|
||||
WINDMC = windmc
|
||||
|
||||
#
|
||||
# Extension for Shared Libraries
|
||||
|
@ -31,6 +31,7 @@ SHELL = sh
|
||||
RM = rm -rf
|
||||
CP = cp
|
||||
MKDIR = mkdir -p
|
||||
WINDMC = $(CROSSENV)-windmc
|
||||
|
||||
#
|
||||
# Extension for Shared Libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user