Page 1 of 1

compiling selected files.

Posted: Tue Jul 23, 2002 7:05 pm
by Narendra
I am trying to select multiple files from the document selector and compile it using a tool. What should be the macro for all the selected files ?. $File gives only one file..
narendra

Re: compiling selected files.

Posted: Wed Jul 24, 2002 7:13 pm
by Xenos
Why do that much work? Create your makefile so that it builds by dependencies, then it can choose which files in your project need to be rebuilt and will automatically compile those.

Re: compiling selected files.

Posted: Thu Jul 25, 2002 2:36 pm
by Narendra
Hi Xenos, this is just a workaround. I would like to see a variable like $file, may be $filelist in the next version of textpad. I wonder how text pad handles closing of multiple files !!
thanks,
narendra