Index: unk/src/compile_civ_matlab.m
===================================================================
--- /trunk/src/compile_civ_matlab.m	(revision 805)
+++ 	(revision )
@@ -1,22 +1,0 @@
-% check 
-if isempty(which('mcc'))
-    msgbox_uvmat('no Matlab compiler toolbox mcc installed')
-    return
-end
-display('compiling civ_matlab...')
-% commands to compile civ_matlab and eventually other functions
-if ~exist('bin','dir')
-    [success,errormsg]=mkdir('bin');
-    if success~=1
-        display(errormsg)
-    end
-end
-mcc -m -R -nojvm -R -nodisplay -R -singleCompThread civ_matlab.m
-system('mv -f civ_matlab bin/');
-system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > civ_matlab.sh'); 
-system('rm run_civ_matlab.sh');
-system('chmod +x civ_matlab.sh');
-display('** END **')
-
-
-
