summaryrefslogtreecommitdiffstats
path: root/msysenv.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* root dir tidying: remove mingwenv.bat / msysenv.shEduard Braun2017-10-101-28/+0
| | | | | | | | They were used to set up paths for devlibs builds but as master does not even build with devlibs anymore, nobody should miss them. Preferred way to build master on Windows is with MSYS2 now: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2
* CMake: Purge GS_PATH and GS_BINEduard Braun2017-02-261-7/+1
| | | | | They're only defined on Windows while not being used anywhere (bzr r15549)
* CMake on Windows produces same output as btool.Sebastian Faubel2016-07-261-0/+34
Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)