waf/playground/errcheck/wrong_top/wscript

16 lines
211 B
Plaintext
Raw Normal View History

2011-09-10 11:13:51 +02:00
#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2010 (ita)
"""
Setting the source directory below the current folder is a
bad idea in general
"""
top = 'src'
out = 'build'
def configure(conf):
pass