mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Set BOOST_USE_WINDOWS_H in configure.ac and suppress wxWidgets header warnings.
This commit is contained in:
+1
-1
@@ -599,7 +599,7 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
# This flag allows us to use subdirectories:
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
|
||||
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall -Wno-unused-local-typedefs
|
||||
AM_LDFLAGS = $(BOOST_LDFLAGS)
|
||||
magicseteditor_LDADD = @WX_LIBS@ $(BOOST_REGEX_LIB) $(BOOST_SYSTEM_LIB)
|
||||
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS) $(am__append_2)
|
||||
|
||||
Reference in New Issue
Block a user