diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-12 21:45:29 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-12 21:45:29 +0000 |
commit | 1bdf8e896da3e73d30ba08f08909f2e43c77d8eb (patch) | |
tree | fa178f0501fbe1669f40c64a95f68b8dc6200e36 /scripts/pugixml_airplay.mfk | |
parent | 9eae52a7cdfb6c0d25c89bd703e6f7f8bb7bb1cb (diff) |
scripts: Added AirPlay SDK project file
git-svn-id: http://pugixml.googlecode.com/svn/trunk@797 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'scripts/pugixml_airplay.mfk')
-rw-r--r-- | scripts/pugixml_airplay.mfk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/pugixml_airplay.mfk b/scripts/pugixml_airplay.mfk new file mode 100644 index 0000000..0ca5c23 --- /dev/null +++ b/scripts/pugixml_airplay.mfk @@ -0,0 +1,13 @@ +includepaths
+{
+"../src"
+}
+
+files
+{
+("../src")
+pugiconfig.hpp
+pugixml.cpp
+pugixml.hpp
+}
+
|