xparq / NMAKE-Jumpstart

Single-file MSVC/NMAKE "jumpstart" Makefile for building source trees without fuss or extra tooling
0 stars 0 forks source link

Custom build options: propagate them through recursion #33

Closed xparq closed 1 year ago

xparq commented 1 year ago

_This is to ease updating the Makefile in client projects -- which is still a manual process of copy-pasting portions of the Makefile! (-> also: #12)_

OK, for custom build options there's the custom_build_options macro now, which, if set as documented (in its comment), will propagate the custom macros to the recursed NMAKE processes.