views:

187

answers:

1

Hi All,

I have a script having dependencies to two other scripts. I'm using Eclipse as my NSIS 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

+1  A: 
Shay Erlichmen
Yes, I'm new to it though... I was using Venis before...
Owen
So, how do you do it then? I checked the options for creating a project, but I can't find any option/settings that could compile the whole project.
Owen