lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master c86548b 11/15: Upgrade xmlwrapp to support bu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c86548b 11/15: Upgrade xmlwrapp to support building as DLL without auto-import
Date: Fri, 9 Oct 2020 12:05:28 -0400 (EDT)

branch: master
commit c86548b1e00fd6cce235ab0b3cfc5f5fead831ba
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Upgrade xmlwrapp to support building as DLL without auto-import
    
    As usual, without auto-import the application must explicitly indicate
    that it needs the symbols exported from the DLL by predefining the
    appropriate symbols, so do this in msw_common.make.
---
 msw_common.make      | 2 ++
 third_party/xmlwrapp | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/msw_common.make b/msw_common.make
index 71e8640..e6dd1a2 100644
--- a/msw_common.make
+++ b/msw_common.make
@@ -36,6 +36,8 @@ SHREXT := .dll
 # and rarely needs to be updated.
 
 platform_defines := \
+  -DXMLWRAPP_USE_DLL \
+  -DXSLTWRAPP_USE_DLL \
   -DSTRICT \
 
 platform_gui_ldflags := -mwindows
diff --git a/third_party/xmlwrapp b/third_party/xmlwrapp
index 07a55f5..efb0542 160000
--- a/third_party/xmlwrapp
+++ b/third_party/xmlwrapp
@@ -1 +1 @@
-Subproject commit 07a55f536170f94bc676b6dfb4179f149d65ab59
+Subproject commit efb0542106cee71ab17caae1f9b77ed7a56a6eb4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]