summaryrefslogtreecommitdiff
path: root/lcms2
AgeCommit message (Collapse)AuthorFilesLines
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-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
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 Lunak2-1/+19
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 Lillqvist2-0/+7
2012-03-12Add patch to recognize AndroidTor Lillqvist2-0/+22
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 Štrba3-0/+110