mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
More updates to build system
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1435 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-1
@@ -24,7 +24,7 @@ AM_LDFLAGS = @WX_LIBS@ $(BOOST_LDFLAGS)
|
||||
gcc -x c - -c -o $@ <<<""
|
||||
|
||||
magicseteditor_LDADD = $(BOOST_REGEX_LIB)
|
||||
magicseteditor_CXXFLAGS = -fpch-deps $(AM_CXXFLAGS)
|
||||
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
magicseteditor_SOURCES =
|
||||
|
||||
if GLIBCPP_BUILD_PCH
|
||||
@@ -33,6 +33,7 @@ clean-local:
|
||||
rm -f ./src/util/prec.gch
|
||||
include ./src/util/$(DEPDIR)/prec.Pch
|
||||
magicseteditor_SOURCES += ./src/util/prec.gch
|
||||
magicseteditor_CXXFLAGS += -fpch-deps
|
||||
endif
|
||||
|
||||
# The script used to generate is MakeAM.sh
|
||||
|
||||
Reference in New Issue
Block a user