From abbddb89b05bc3a71626c00dede8aeb82e9ab40d Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 20 Sep 2010 19:15:56 +0000 Subject: scripts: Removed references to pugixpath.cpp git-svn-id: http://pugixml.googlecode.com/svn/trunk@740 99668b35-9821-0410-8761-19e4c4f06640 --- scripts/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/premake4.lua') 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" -- cgit v1.2.3