mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-12 05:10:40 +01:00
8 lines
169 B
Python
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')
|