diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:31:55 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:31:55 +0000 |
commit | 9b337a176f89c2261211188cc398c3e15952d87a (patch) | |
tree | b621aac0c69e313046a3dcf403621e09c1291692 /Jamfile.jam | |
parent | fd6b419b2aa5d7f8d7e3941ee2a1d72ae5f3257d (diff) |
XPath: Moved implementation to pugixml.cpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@670 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r-- | Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index 63dd298..0ca21a4 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -75,7 +75,7 @@ for CONFIG in $(CONFIGURATIONS) # build library local PUGIXML = $(CFGBUILD)/pugixml.lib ; - Library $(PUGIXML) : src/pugixml.cpp src/pugixpath.cpp : $(CFGFLAGS) ; + Library $(PUGIXML) : src/pugixml.cpp : $(CFGFLAGS) ; Alias pugixml : $(PUGIXML) ; # build tests |