summaryrefslogtreecommitdiffstats
path: root/mingwenv.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmakeEduard Braun2017-07-151-188/+0
|
* cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun2017-04-081-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)
* CMake: Assume mingw-w64 for MinGW buildsEduard Braun2017-03-081-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)
* CMake: This should obviously have been an environment variable instead of a ↵Eduard Braun2017-03-051-1/+1
| | | | | CMake variablle (thanks su_v!) (bzr r15565)
* Support for building with MSYS2Eduard Braun2017-03-041-54/+61
| | | | | | See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)
* CMake: Purge GS_PATH and GS_BINEduard Braun2017-02-261-25/+0
| | | | | They're only defined on Windows while not being used anywhere (bzr r15549)
* CMake: Detect architecture "i686-w64-mingw32" (used by MSYS2 x86)Eduard Braun2017-01-121-0/+3
| | | (bzr r15415)
* CMake on Windows produces same output as btool.Sebastian Faubel2016-07-261-0/+28
| | | | | | Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)
* Fixing build for Linux.Sebastian Faubel2016-07-061-47/+47
| | | | | Replaced tabs with whitespaces. (bzr r15002.1.7)
* Fixed config.h defines to point to the right locations for data (icons) and ↵Sebastian Faubel2016-07-061-19/+19
| | | | | locales. (bzr r15002.1.5)
* Added missing files.Sebastian Faubel2016-07-051-0/+184
(bzr r15002.1.4)