source: trunk/src/compile_functions.m @ 453

Last change on this file since 453 was 430, checked in by gostiaux, 12 years ago

script used to create binaries with matlab compiler

File size: 254 bytes
Line 
1% commands to
2
3mcc -m -R -nojvm -R -nodisplay civ_matlab.m
4system('mv civ_matlab bin/');
5system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > run_civ_matlab.sh.correct');
6system('mv -f run_civ_matlab.sh.correct  run_civ_matlab.sh');
7
8
Note: See TracBrowser for help on using the repository browser.