wscript 211 B

123456789101112131415
  1. #! /usr/bin/env python
  2. # encoding: utf-8
  3. # Thomas Nagy, 2010 (ita)
  4. """
  5. Setting the source directory below the current folder is a
  6. bad idea in general
  7. """
  8. top = 'src'
  9. out = 'build'
  10. def configure(conf):
  11. pass