2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-12 05:10:40 +01:00
waf/utils/launcher/wscript
2011-09-10 11:13:51 +02:00

8 lines
169 B
Python

out = 'waf-launcher/bin/Release'
def configure(config):
config.load('cs')
def build(bld):
bld(features='cs',source='waf-launcher/Main.cs', type='exe',gen='waf.exe')