~glmark2-dev/glmark2/libmatrix-util

« back to all changes in this revision

Viewing changes to data/wscript_build

  • Committer: Alexandros Frantzis
  • Date: 2010-07-12 10:06:29 UTC
  • Revision ID: git-v1:32841650dbc96bb732093df311cbc7425515e5ab
Use waf for build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bld.install_files('${GLMARK_DATA_PATH}/models',
 
2
        bld.path.ant_glob('models/*'))
 
3
 
 
4
bld.install_files('${GLMARK_DATA_PATH}/shaders',
 
5
        bld.path.ant_glob('shaders/*'))
 
6
 
 
7
bld.install_files('${GLMARK_DATA_PATH}/texture',
 
8
        bld.path.ant_glob('texture/*'))