summaryrefslogtreecommitdiff
path: root/MSVC_NMake
AgeCommit message (Expand)AuthorFilesLines
2021-11-10build: Support Visual Studio 2022Chun-wei Fan1-1/+4
2021-05-11MSVC_NMake/config-msvc.mak: Clean up compiler flagsChun-wei Fan1-1/+0
2020-07-23NMake Makefiles: Use Meson-style DLL and .lib naming if requestedChun-wei Fan1-4/+15
2020-07-23NMake Makefiles: Fix builds from release tarballsChun-wei Fan2-16/+21
2020-07-09NMake Makefiles: Look for headers in $(PREFIX)\include alsoChun-wei Fan1-1/+2
2020-07-09NMake Makefiles: Support ARM64 Windows buildsChun-wei Fan1-0/+4
2020-06-25Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan1-2/+6
2020-06-16NMake Makefiles: Use toolset version in DLL/.lib filenamesChun-wei Fan3-20/+38
2020-05-05Drop gendef from the sourcesChun-wei Fan2-95/+0
2020-05-05meson: Don't use gendef on Visual StudioChun-wei Fan1-9/+0
2020-05-05NMake Makefiles: Stop using gendef.exe byChun-wei Fan3-17/+4
2020-04-29NMake: Fix building testsChun-wei Fan2-1/+6
2020-04-29NMake Makefiles: Speed up buildsChun-wei Fan2-13/+8
2020-04-29NMake Makefiles: Add rule to generate versioned filesChun-wei Fan2-0/+40
2020-04-29NMake Makefiles: Split outdir by toolset versionChun-wei Fan5-48/+54
2020-04-29NMake Makefiles: Support Meson-built libsigc++Chun-wei Fan1-1/+6
2020-04-29NMake Makefiles: Use /utf-8 and /EHsc for the buildsChun-wei Fan1-1/+2
2020-04-25Add support for building cairomm with MesonKjell Ahlstedt2-0/+26
2020-04-22build: Remove the Visual Studio projectsChun-wei Fan21-2162/+0
2020-04-22build: Add NMake Makefiles for MSVC buildsChun-wei Fan11-29/+556
2020-04-22build: Rename MSVC_Net2017 to MSVC_NMakeChun-wei Fan25-0/+2371