summaryrefslogtreecommitdiff
path: root/build/win32/replace.py
Commit message (Collapse)AuthorAgeFilesLines
* MSVC builds: Enhance and simplify build-related scriptsChun-wei Fan2016-03-111-3/+10
| | | | | | This updates the replace.py script to support replacing multiple items in a file from GLib's build/win32, which allows us to simplify the script that is used to create cairo-1.0.gir for Visual Studio builds.
* build: Move MSVC-related build items to build/win32Chun-wei Fan2015-11-201-0/+102
Move the NMake Makefiles modules and the Python tool scripts to build/win32, so that we may be consistent across the board. Also, update the build files and the README.txt's to make it clear to people that Python 3.3+ is now supported for building the introspection files, in addition to Python 2.7.x. Make the NMake Makefiles more flexible in powershell environments so that the variables can be properly passed in from the command line.