mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-17 04:50:23 +08:00
XPath: Moved implementation to pugixml.cpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@670 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
fd6b419b2a
commit
9b337a176f
@ -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
|
||||
|
3851
src/pugixml.cpp
3851
src/pugixml.cpp
File diff suppressed because it is too large
Load Diff
3890
src/pugixpath.cpp
3890
src/pugixpath.cpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user