waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

wscript_build (184B)


      1 # This is a static library that provides a header to include reference to
      2 # internal variables.
      3 bld.stlib(
      4 	target='A',
      5 	source='external_vars.c',
      6 	includes='.',
      7 	export_includes='.')