Changeset 589 for trunk/src/compile_functions.m
- Timestamp:
- Mar 16, 2013, 3:46:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/compile_functions.m
r507 r589 6 6 display('compiling civ_matlab...') 7 7 % commands to compile civ_matlab and eventually other functions 8 if ~exist('bin','dir') 9 [success,errormsg]=mkdir('bin'); 10 if success~=1 11 display(errormsg) 12 end 13 end 8 14 mcc -m -R -nojvm -R -nodisplay civ_matlab.m 9 15 system('mv -f civ_matlab bin/');
Note: See TracChangeset
for help on using the changeset viewer.