waf

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

wscript (169B)


      1 out = 'waf-launcher/bin/Release'
      2 
      3 def configure(config):
      4 	config.load('cs')
      5 
      6 def build(bld):
      7 	bld(features='cs',source='waf-launcher/Main.cs', type='exe',gen='waf.exe')