lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5970] Don't compile wx_checks.cpp as part of configure-ba


From: Vadim Zeitlin
Subject: [lmi-commits] [5970] Don't compile wx_checks.cpp as part of configure-based build.
Date: Mon, 06 Oct 2014 17:37:50 +0000

Revision: 5970
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5970
Author:   zeitlin
Date:     2014-10-06 17:37:49 +0000 (Mon, 06 Oct 2014)
Log Message:
-----------
Don't compile wx_checks.cpp as part of configure-based build.

The checks performed in this file are already done in configure with the only
difference that they -- intentionally -- result in a warning, not a fatal
error there. This allows to build using the system version of the library
without having to use a custom wxWidgets build just for LMI, which is quite
convenient under Unix.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2014-10-06 17:37:43 UTC (rev 5969)
+++ lmi/trunk/Makefile.am       2014-10-06 17:37:49 UTC (rev 5970)
@@ -199,7 +199,6 @@
     tier_view_editor.cpp \
     transferor.cpp \
     view_ex.cpp \
-    wx_checks.cpp \
     wx_utility.cpp
 
 # main program executables
@@ -1211,7 +1210,6 @@
     version.hpp \
     view_ex.hpp \
     view_ex.tpp \
-    wx_checks.hpp \
     wx_new.hpp \
     wx_utility.hpp \
     wx_workarounds.hpp \




reply via email to

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