]> git.tdb.fi Git - ext/ogg.git/blobdiff - Build
Add MSP build files
[ext/ogg.git] / Build
diff --git a/Build b/Build
new file mode 100644 (file)
index 0000000..7e9cfb2
--- /dev/null
+++ b/Build
@@ -0,0 +1,25 @@
+package "ogg"
+{
+       library "ogg"
+       {
+               source "include/ogg/config_types.h";
+               source "include/ogg/ogg.h";
+               source "include/ogg/os_types.h";
+               source "src/bitwise.c";
+               source "src/framing.c";
+               source "src/crctable.h";
+               if_arch "windows"
+               {
+                       source "win32/ogg.def";
+               };
+               install true;
+               install_headers false;
+       };
+
+       install "include/ogg"
+       {
+               source "include/ogg/config_types.h";
+               source "include/ogg/ogg.h";
+               source "include/ogg/os_types.h";
+       };
+};