0
0
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:
arseny.kapoulkine 2010-08-29 15:31:55 +00:00
parent fd6b419b2a
commit 9b337a176f
3 changed files with 3852 additions and 3891 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff