From: Sohae on
Hi,

I have a compiling trouble during making a stand-alone exe file.

In my main.m,
I used "addpath('./dir1') and used some functions (*.m files) in this directory.

For making exe file,
I tried "mcc -m main -a ./dir1/*", but it doesn't work.

Please give me a right way to include directories in exe file.

Thanks!