aboutsummaryrefslogtreecommitdiff
path: root/modules/svg/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Remove extraneous lib for SVG moduleRémi Verschelde2018-05-301-18/+1
| | | | | | | It was likely copy pasted by mistake from the freetype module, which is more complex due to its usage in the core of the engine. The SVG module does not seem to need any special treatment, apart from linking in the main env so that editor can access it.
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+2
|
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-1/+2
| | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
* nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde2017-08-271-2/+2
|
* Added support for SVGDaniel J. Ramirez2017-08-201-0/+34