X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;fp=Build;h=7e9cfb2d4d5cabbfdeefc9dbce43c4712cdb42dd;hb=5b24d7496b5f80bbf71d969d37dc5404844b6723;hp=0000000000000000000000000000000000000000;hpb=8b657888ea2fff42ed085023b45b0d2254894a02;p=ext%2Fogg.git diff --git a/Build b/Build new file mode 100644 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"; + }; +};