Changeset 481


Ignore:
Timestamp:
Jun 26, 2012, 3:18:55 PM (12 years ago)
Author:
gostiaux
Message:

.sh files in the uvmat folder, binary in bin subfolder

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
    22
    33mcc -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');
     4system('mv -f civ_matlab bin/');
     5system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > civ_matlab.sh');
     6system('rm run_civ_matlab.sh');
     7system('chmod +x civ_matlab.sh');
    78
    89
     10
     11
Note: See TracChangeset for help on using the changeset viewer.