summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigEnvMinGW.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-31CMake: Drop support for devlibs buildsPatrick Storz1-73/+1
2017-07-15root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmakeEduard Braun1-188/+188
2017-04-08cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun1-2/+2
* the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618)
2017-03-08CMake: Assume mingw-w64 for MinGW buildsEduard Braun1-23/+14
(should be a safe assumption, if not let me know...) This resolves the "mingw-w64" vs. "MinGW 64-bit" ambiguity of the "HAVE_MINGW64" cmake variable (which worked before as devlibs = 32bit = mingw; devlibs64 = 64-bit = mingw-w64), but is not senseful for newer 32-bit MinGW builds that are based on mingw-w64, too. (bzr r15579)
2017-03-05CMake: This should obviously have been an environment variable instead of a ↵Eduard Braun1-1/+1
CMake variablle (thanks su_v!) (bzr r15565)
2017-03-04Support for building with MSYS2Eduard Braun1-54/+61
See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)
2017-02-26CMake: Purge GS_PATH and GS_BINEduard Braun1-25/+0
They're only defined on Windows while not being used anywhere (bzr r15549)
2017-01-12CMake: Detect architecture "i686-w64-mingw32" (used by MSYS2 x86)Eduard Braun1-0/+3
(bzr r15415)
2016-07-26CMake on Windows produces same output as btool.Sebastian Faubel1-0/+28
Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)
2016-07-06Fixing build for Linux.Sebastian Faubel1-47/+47
Replaced tabs with whitespaces. (bzr r15002.1.7)
2016-07-06Fixed config.h defines to point to the right locations for data (icons) and ↵Sebastian Faubel1-19/+19
locales. (bzr r15002.1.5)
2016-07-05Added missing files.Sebastian Faubel1-0/+184
(bzr r15002.1.4)