summaryrefslogtreecommitdiff
path: root/project2/json/Jamfile.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-06-21 00:35:26 +0000
committerrandomdan <randomdan@localhost>2013-06-21 00:35:26 +0000
commit3e272a84cc55be2213e02e52485888b93d4b39e9 (patch)
tree37edb686a3cc59dd314d2a725552a25ced7c014a /project2/json/Jamfile.jam
parentSplit the plugable stuff into its own files/classes (diff)
downloadproject2-3e272a84cc55be2213e02e52485888b93d4b39e9.tar.bz2
project2-3e272a84cc55be2213e02e52485888b93d4b39e9.tar.xz
project2-3e272a84cc55be2213e02e52485888b93d4b39e9.zip
Fix the gch usage quirk with a silly hack and a load of small changes
Diffstat (limited to 'project2/json/Jamfile.jam')
-rw-r--r--project2/json/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/json/Jamfile.jam b/project2/json/Jamfile.jam
index e9ae7b5..7453a04 100644
--- a/project2/json/Jamfile.jam
+++ b/project2/json/Jamfile.jam
@@ -13,6 +13,7 @@ cpp-pch pch : pch.hpp :
lib p2json :
pch [ glob *.cpp ]
:
+ <include>.
<include>../libmisc
<library>glibmm
<library>../common//p2common