waf

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

wscript_build (149B)


      1 #! /usr/bin/env python
      2 # encoding: utf-8
      3 
      4 bld.stlib(
      5 	source   = 'Accumulator.cpp HelloWorld.cpp',
      6 	target   = 'useless',
      7 	export_includes = '.',
      8 )
      9