]> git.tdb.fi Git - ext/ogg.git/blob - Build
Add MSP build files
[ext/ogg.git] / Build
1 package "ogg"
2 {
3         library "ogg"
4         {
5                 source "include/ogg/config_types.h";
6                 source "include/ogg/ogg.h";
7                 source "include/ogg/os_types.h";
8                 source "src/bitwise.c";
9                 source "src/framing.c";
10                 source "src/crctable.h";
11                 if_arch "windows"
12                 {
13                         source "win32/ogg.def";
14                 };
15                 install true;
16                 install_headers false;
17         };
18
19         install "include/ogg"
20         {
21                 source "include/ogg/config_types.h";
22                 source "include/ogg/ogg.h";
23                 source "include/ogg/os_types.h";
24         };
25 };