mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 19:30:04 +01:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
|
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')
|