summaryrefslogtreecommitdiff
path: root/lcms2/makefile.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07fix lcms2 build with VC2012Peter Foley1-1/+4
Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede Reviewed-on: https://gerrit.libreoffice.org/786 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-05It seems that the VS2008 files are only maintained in the VS2008 directoryFridrich Štrba1-2/+3
Change-Id: I6fcb0a9045b81ea291904f92396df88ffd351c49
2012-10-05Upgrade lcms2 to 2.4 releaseFridrich Štrba1-2/+2
Change-Id: I21186cef7fe30542eaabbdeeb8920c3839724805
2012-10-05Revert "It seems that we have endianness problem in internal lcms2"Fridrich Štrba1-1/+1
This reverts commit d9ae7573083343b8db7fd65b5677a2132bd2e1e8.
2012-10-05It seems that we have endianness problem in internal lcms2Fridrich Štrba1-1/+1
Change-Id: I1bec67344ddd5d1caf417355fafd344f48517f77
2012-08-15fix build with VS2010Peter Foley1-1/+1
Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
2012-06-07Build lcms2 statically for Android, too.Tor Lillqvist1-2/+2
A quick way to avoid the problem with its name ending with ".so.2" which the Android app machinery doesn't like. Plus, one less shared library... Change-Id: I102e29dd13d1be1a134be8c09459259fe8fbe2e1
2012-06-05play with the Layer thinggy for lcms2 to get the macosx build to finishNorbert Thiebaud1-1/+5
Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829
2012-06-04fdo#50680: lcms2 should use GNUMAKE for solarisLionel Dricot1-1/+1
Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69
2012-03-19Better check when to use the lcms2-windows-export.patch.Jan Holesovsky1-4/+3
2012-03-19Fix libcms2 build on MinGW.Jan Holesovsky1-1/+5
2012-03-19Define CMS_DLL in the header as that is how we build itLubos Lunak1-1/+1
Otherwise code using the lcms2 we build won't get the stdcall decorations and linking will fail.
2012-03-13Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"Fridrich Štrba1-1/+1
It breaks on a clean installs of Windows, and registration of SDK with Visual Studio seems to be the answer. This reverts commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. Conflicts: lcms2/makefile.mk
2012-03-13Build static liblcms2 for iOSTor Lillqvist1-0/+6
2012-03-12Add patch to recognize AndroidTor Lillqvist1-0/+2
2012-03-09The project files for vs2008 are identical in the two directoriesFridrich Štrba1-2/+1
2012-03-09Pass /useenv to vcbuild so that rc and link find SDK headers and libsTor Lillqvist1-1/+1
2012-03-09VC2008 and 2010 were swappedTor Lillqvist1-2/+2
2012-03-02Make lcms2 build on windows tooFridrich Štrba1-4/+4
2012-03-02Creating a module lcms2Fridrich Štrba1-0/+97