Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlexborisov <lex.borisov@gmail.com>2017-03-12 21:17:20 +0300
committerlexborisov <lex.borisov@gmail.com>2017-03-12 21:17:20 +0300
commitb44c5d340a4309d1b186932915254e8f4c4b3fc0 (patch)
treee96981cc18a8e99e0c39f16efa24db49007b9c28 /Makefile.cfg
parent51ccc7c0830b58538181241006b09f18f44359a4 (diff)
Fixes for https://github.com/lexborisov/Modest/issues/19
Diffstat (limited to 'Makefile.cfg')
-rw-r--r--Makefile.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index 1d3a9ac..2b535fa 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -94,6 +94,9 @@ ifeq ($(OS),Windows_NT)
MODEST_CFLAGS += -Wno-unused-variable -Wno-unused-function --std=c99
MODEST_LDFLAGS += -Wl,--out-implib,$(call MODEST_LIBRARY_STATIC)
+ MODEST_BUILD_SHARED_AFTER += cp $(call MODEST_LIBRARY_WITH_VERSION) $(BINARY_DIR_BASE) $(MODEST_UTILS_NEW_LINE)
+ MODEST_BUILD_CLEAN_AFTER += rm -f $(BINARY_DIR_BASE)/$(call MODEST_LIBRARY_NAME_WITH_VERSION) $(MODEST_UTILS_NEW_LINE)
+
# Need set
MODEST_BUILD_OS := $(OS)
# this name eq source/myport/<namedir>