Compiling a set of NSIS scripts using EclipseNSIS
Hi All,

I have a script having dependencies to two other scripts. I'm using EclipseNSIS as my editor. whenever I have changes to script3, I have to compile script1 and script2 first. And I do it manually. Other than creating a batch file, is there a way you could tell Eclipse that everytime you compile script3, it has to compile script1 and script2 first?

Thanks