]> git.tdb.fi Git - ext/libjpeg.git/blobdiff - Build
Add MSP build files and some adjustments
[ext/libjpeg.git] / Build
diff --git a/Build b/Build
new file mode 100644 (file)
index 0000000..04b0382
--- /dev/null
+++ b/Build
@@ -0,0 +1,73 @@
+package "libjpeg"
+{
+       library "jpeg"
+       {
+               source "jcomapi.c";
+               source "jutils.c";
+               source "jerror.c";
+               source "jmemmgr.c";
+               source "jmemnobs.c";
+               source "jcapimin.c";
+               source "jcapistd.c";
+               source "jctrans.c";
+               source "jcparam.c";
+               source "jdatadst.c";
+               source "jcinit.c";
+               source "jcmaster.c";
+               source "jcmarker.c";
+               source "jcmainct.c";
+               source "jcprepct.c";
+               source "jccoefct.c";
+               source "jccolor.c";
+               source "jcsample.c";
+               source "jchuff.c";
+               source "jcphuff.c";
+               source "jcdctmgr.c";
+               source "jfdctfst.c";
+               source "jfdctflt.c";
+               source "jfdctint.c";
+               source "jdapimin.c";
+               source "jdapistd.c";
+               source "jdtrans.c";
+               source "jdatasrc.c";
+               source "jdmaster.c";
+               source "jdinput.c";
+               source "jdmarker.c";
+               source "jdhuff.c";
+               source "jdphuff.c";
+               source "jdmainct.c";
+               source "jdcoefct.c";
+               source "jdpostct.c";
+               source "jddctmgr.c";
+               source "jidctfst.c";
+               source "jidctflt.c";
+               source "jidctint.c";
+               source "jidctred.c";
+               source "jdsample.c";
+               source "jdcolor.c";
+               source "jquant1.c";
+               source "jquant2.c";
+               source "jdmerge.c";
+               source "jchuff.h";
+               source "jconfig.h";
+               source "jdct.h";
+               source "jdhuff.h";
+               source "jerror.h";
+               source "jinclude.h";
+               source "jmemsys.h";
+               source "jmorecfg.h";
+               source "jpegint.h";
+               source "jpeglib.h";
+               source "jversion.h";
+               install true;
+               install_headers false;
+       };
+
+       install "include"
+       {
+               source "jconfig.h";
+               source "jerror.h";
+               source "jmorecfg.h";
+               source "jpeglib.h";
+       };
+};