Commit graph

3 commits

Author SHA1 Message Date
Chun-wei Fan
efeff732fb NMake Makefiles: Split out build rules
Like the previous commit, we split out the build rules so that we keep
Makefile.vc as clean as possible, as we want to support building pkg-config
with the bundled copy of GLib with the NMake Makefiles as well.
2023-09-18 12:07:41 +08:00
Chun-wei Fan
e7a1953999 NMake Makefiles: Split out object listing portion
We want to eventually support building pkg-config using the built-in copy of
GLib with the NMake Makefiles, and we want to keep Makefile.vc as clean as
possible.
2023-09-18 12:01:35 +08:00
Chun-wei Fan
5eb56ec08a NMake: Move NMake Makefiles into its own subdir
Makes the $(srcroot) a bit cleaner.  Also don't track the build artfacts
as well as config.h.win32, since it is generated when building a release
tarball.
2023-09-18 11:59:41 +08:00