使用 Eclipse 编译一组 NSIS 脚本
我有一个脚本依赖于其他两个脚本。 我使用 Eclipse 作为我的 NSIS 编辑器。 每当我对 script3 进行更改时,我必须先编译 script1 和 script2。 我手动完成。 除了创建批处理文件之外,有没有一种方法可以告诉 Eclipse 每次编译 script3 时,它都必须先编译 script1 和 script2?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用EclipseNSIS?
(来源:sourceforge.net)
Are you using EclipseNSIS?
(source: sourceforge.net)