This commit is contained in:
Thomas Nagy 2012-04-14 19:27:57 +02:00
parent 90d93a697a
commit f35573a181
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2006-2010 (ita)
# Thomas Nagy, 2006-2012 (ita)
# the following two variables are used by the target "waf dist"
VERSION='0.0.1'
APPNAME='cc_test'
# if you want to cross-compile, use a different command line:
# CC=mingw-gcc AR=mingw-ar waf configure build
top = '.'
from waflib import Configure, Logs