mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Set BOOST_USE_WINDOWS_H in configure.ac and suppress wxWidgets header warnings.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
bin_PROGRAMS = magicseteditor
|
||||
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
|
||||
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall -Wno-unused-local-typedefs
|
||||
AM_LDFLAGS = $(BOOST_LDFLAGS)
|
||||
|
||||
.hpp.gch:
|
||||
|
||||
Reference in New Issue
Block a user