summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2016-10-05 10:51:21 -0400
committerMatt A. Tobin <email@mattatobin.com>2016-10-05 10:51:21 -0400
commit993a7bc93c1855b1d9dda3768cc32cf91a4f15ec (patch)
tree0e826b1275cc0179256a278e55408c9285fccda0 /build
parent247d7d06e47b4fe9a4301ab6282dad9500269078 (diff)
downloadpalemoon-gre-993a7bc93c1855b1d9dda3768cc32cf91a4f15ec.tar.gz
Expand WIN32 redist file capabilities
Diffstat (limited to 'build')
-rw-r--r--build/win32/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/win32/Makefile.in b/build/win32/Makefile.in
index 3e61d725c..b80dd8611 100644
--- a/build/win32/Makefile.in
+++ b/build/win32/Makefile.in
@@ -7,8 +7,9 @@ include $(topsrcdir)/config/rules.mk
ifdef WIN32_REDIST_DIR
REDIST_FILES = \
- $(MSVC_C_RUNTIME_DLL) \
- $(MSVC_CXX_RUNTIME_DLL) \
+ $(MSVC_REDIST_CRT_DIR)/$(MSVC_C_RUNTIME_DLL) \
+ $(MSVC_REDIST_CRT_DIR)/$(MSVC_CXX_RUNTIME_DLL) \
+ $(MSVC_REDIST_OPENMP_DIR)/$(MSVC_OPENMP_DLL) \
$(MSVC_APPCRT_DLL) \
$(MSVC_DESKTOPCRT_DLL) \
$(NULL)