~marcoil/glproxy/detection

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Marc Ordinas i Llopis
  • Date: 2011-12-13 12:57:18 UTC
  • Revision ID: marc.ordinasillopis@linaro.org-20111213125718-sgv45yg2su4vqcf0
Tags: 2011.12
Build: Update files for 2011.12 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
top = '.'
6
6
 
7
7
APPNAME = 'glproxy'
8
 
VERSION = '2011.10'
9
 
VERSION_NUMBER = '0.2.1'
 
8
VERSION = '2011.12'
 
9
VERSION_NUMBER = '0.3.1'
10
10
 
11
11
def options(opt):
12
12
    opt.tool_options('compiler_cc')