summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* build: Support Visual Studio 2022Chun-wei Fan2021-11-151-2/+4
| | | | Make these builds distinct from Visual Studio 2019 builds.
* Visual Studio builds: Support ARM64 builds betterChun-wei Fan2020-07-141-2/+8
| | | | | | Add detection logic for ARM64 builds, so that we can construct a default prefix for such builds easier. Also make Visual Studio 2017 and 2019 builds distinct from 2015 builds.
* Visual Studio builds: Allow specifying tools' locationsChun-wei Fan2020-07-141-6/+16
| | | | | | | | This allows one to specifty the locations of gtk-update-icon-cache.exe and gtk-encode-symbolic-svg.exe, so that builds can be a bit more flexible. This will also help us to support cross-builds to other Windows architectures, such as ARM64 Windows, in an easier way.
* Visual Studio builds: Fix .pc generationChun-wei Fan2017-03-132-7/+10
| | | | | I missed out the rules to generate and copy the .pc files, and we don't actually install gnome-icon-theme-symbolic.pc.
* Visual Studio builds: Generate .pc filesChun-wei Fan2017-03-133-0/+158
| | | | Generate the .pc files upon "nmake install"
* Visual Studio builds: Record package version in MakefileChun-wei Fan2017-03-131-0/+1
| | | | This will enable us to generate the .pc file for this package.
* win32/replace.py: Sync with GLib masterChun-wei Fan2017-03-131-4/+15
| | | | This enables us to generate the .pc files upon 'nmake install'.
* Visual Studio builds: Move build files to win32/Chun-wei Fan2017-02-236-0/+436
This will enable one to move down one less level in the tree to reach the NMake build files to configure and install this package, and will enable common NMake Makefile modules to be in sync with the one in GLib master, namely detectenv-msvc.mak.