[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master dbde790 2/2: Expunge another disused makefile
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master dbde790 2/2: Expunge another disused makefile variable [426] |
Date: |
Thu, 25 Aug 2016 22:34:55 +0000 (UTC) |
branch: master
commit dbde7905e5968bdae8817e863c9c527550e43ffa
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Expunge another disused makefile variable [426]
'wx_cxxflags' was ostensibly intended to determine the CXXFLAGS used to
build wx and apply them to lmi code. However, it was defined only for a
platform that has never yet been used for production, so it cannot have
been necessary.
---
posix_fhs.make | 6 ------
workhorse.make | 3 ---
2 files changed, 9 deletions(-)
diff --git a/posix_fhs.make b/posix_fhs.make
index 5610555..8459d0e 100644
--- a/posix_fhs.make
+++ b/posix_fhs.make
@@ -43,12 +43,6 @@ platform_xmlwrapp_libraries := \
-lxsltwrapp \
-lxmlwrapp \
-# Let the user override this on the make command line to use a
-# non-default wx configuration.
-WXCONFIG := wx-config
-
-wx_cxxflags := $(shell $(WXCONFIG) --cxxflags) -DwxUSE_STD_STRING
-
AR := ar
CC := gcc
CPP := cpp
diff --git a/workhorse.make b/workhorse.make
index 6b29553..e80f730 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -686,11 +686,8 @@ REQUIRED_CPPFLAGS = \
REQUIRED_CFLAGS = \
$(C_WARNINGS) \
-# TODO ?? Define $(wx_cxxflags) for msw as well as posix.
-
REQUIRED_CXXFLAGS = \
$(CXX_WARNINGS) \
- $(wx_cxxflags) \
REQUIRED_ARFLAGS = \
-rus