diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-09-20 19:15:56 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-09-20 19:15:56 +0000 |
commit | abbddb89b05bc3a71626c00dede8aeb82e9ab40d (patch) | |
tree | 31d39333ecf9b9cb57f1f2c6dcde428cef8043cc /scripts/premake4.lua | |
parent | 7f3e74b5433e01f6ea6a9eca6f4fd560a54dd119 (diff) |
scripts: Removed references to pugixpath.cpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@740 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'scripts/premake4.lua')
-rw-r--r-- | scripts/premake4.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/premake4.lua b/scripts/premake4.lua index 184541a..3584637 100644 --- a/scripts/premake4.lua +++ b/scripts/premake4.lua @@ -68,7 +68,7 @@ end project "pugixml" kind "StaticLib" language "C++" - files { "../src/pugixml.hpp", "../src/pugiconfig.hpp", "../src/pugixml.cpp", "../src/pugixpath.cpp" } + files { "../src/pugixml.hpp", "../src/pugiconfig.hpp", "../src/pugixml.cpp" } flags { "NoPCH", "NoMinimalRebuild" } uuid "89A1E353-E2DC-495C-B403-742BE206ACED" |