~marcoil/glcompbench/glproxy-one-exec

« back to all changes in this revision

Viewing changes to src/wscript_build

  • Committer: Marc Ordinas i Llopis
  • Date: 2011-12-05 15:44:29 UTC
  • mfrom: (62.1.3 glproxy)
  • Revision ID: marc.ordinasillopis@linaro.org-20111205154429-7b5bohfv13i6rh2e
Merged previous glproxy port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    source   = bld.path.ant_glob('libmatrix/*.cc'),
14
14
    target   = 'matrix',
15
15
    lib      = ['m'],
 
16
    use      = ['glproxy'],
16
17
    includes = ['.'],
17
18
    export_includes = 'libmatrix'
18
19
    )