lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9af93d4 10/15: Don't define unused and unnece


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9af93d4 10/15: Don't define unused and unnecessary LIBXML_USE_DLL symbol
Date: Fri, 9 Oct 2020 12:05:27 -0400 (EDT)

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

    Don't define unused and unnecessary LIBXML_USE_DLL symbol
    
    This definition has been in lmi forever, i.e. since d7bbd1698 (Add
    makefiles, 2005-01-28), but appears to never have been actually used
    anywhere, so just remove it, as libxml2 assumes that it is being built
    as a DLL unless LIBXML_STATIC is defined anyhow.
---
 msw_common.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/msw_common.make b/msw_common.make
index 4c19d1a..71e8640 100644
--- a/msw_common.make
+++ b/msw_common.make
@@ -36,7 +36,6 @@ SHREXT := .dll
 # and rarely needs to be updated.
 
 platform_defines := \
-  -DLIBXML_USE_DLL \
   -DSTRICT \
 
 platform_gui_ldflags := -mwindows



reply via email to

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