- Timestamp:
- Jun 26, 2012, 3:18:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/compile_functions.m
r430 r481 1 % commands to 1 % commands to compile civ_matlab and eventually other functions 2 2 3 3 mcc -m -R -nojvm -R -nodisplay civ_matlab.m 4 system('mv civ_matlab bin/'); 5 system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > run_civ_matlab.sh.correct'); 6 system('mv -f run_civ_matlab.sh.correct run_civ_matlab.sh'); 4 system('mv -f civ_matlab bin/'); 5 system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > civ_matlab.sh'); 6 system('rm run_civ_matlab.sh'); 7 system('chmod +x civ_matlab.sh'); 7 8 8 9 10 11
Note: See TracChangeset
for help on using the changeset viewer.