Ignore:
Timestamp:
Mar 16, 2013, 3:46:12 PM (11 years ago)
Author:
sommeria
Message:

various minor corrections made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/compile_functions.m

    r507 r589  
    66display('compiling civ_matlab...')
    77% commands to compile civ_matlab and eventually other functions
     8if ~exist('bin','dir')
     9    [success,errormsg]=mkdir('bin');
     10    if success~=1
     11        display(errormsg)
     12    end
     13end
    814mcc -m -R -nojvm -R -nodisplay civ_matlab.m
    915system('mv -f civ_matlab bin/');
Note: See TracChangeset for help on using the changeset viewer.