diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-02-12 15:43:26 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:44 +0200 |
commit | 334e82a0a23db8a5c0816756021611bfffe2fa26 (patch) | |
tree | 9512429b38ef7a72c32f991f6e57a825accebcc4 /wscript | |
parent | ab08b66105e90ff75eeff2d807e4da4db51870a7 (diff) | |
download | pucket-334e82a0a23db8a5c0816756021611bfffe2fa26.tar.gz pucket-334e82a0a23db8a5c0816756021611bfffe2fa26.tar.bz2 pucket-334e82a0a23db8a5c0816756021611bfffe2fa26.zip |
Vectorize c and post matrices as well apply_xform
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,5 +26,5 @@ def build(bld): bld.program (features='c cprogram', source='flam3-render.c', target='flam3-render', use='libflam3 xml2 jpeg png amdlibm pthread', includes='.') bld.program (features='c cprogram', source='flam3-genome.c', target='flam3-genome', use='libflam3 xml2 png amdlibm pthread', includes='.') bld.program (features='c cprogram', source='flam3-animate.c', target='flam3-animate', use='libflam3 xml2 png amdlibm pthread', includes='.') - bld.program (features='c cprogram', source='flam3-convert.c', target='flam3-convert', use='libflam3 xml2 png amdlibm pthread', includes='.') + #bld.program (features='c cprogram', source='flam3-convert.c', target='flam3-convert', use='libflam3 xml2 png amdlibm pthread', includes='.') |