wscript 238 B

12345678910111213
  1. #! /usr/bin/env python
  2. # encoding: utf-8
  3. # Thomas Nagy, 2011 (ita)
  4. def options(opt):
  5. opt.load('fsc')
  6. def configure(conf):
  7. conf.load('fsc')
  8. def build(bld):
  9. bld(features='fs', source='printer.fs main.fs', type='exe', gen='test.exe')