Re: [scite] Compiling in two phases

2007-06-21 Thread Neil Hodgson
Baltasar: I suppose that the direct solution is to use compile for the compiler, build for the assembler, and then go for execution, but I'd like to have it done in just one step. It'd be cool if these steps (compile build) were called automatically when performing Go, but they are not.

[scite] Compiling in two phases

2007-06-20 Thread jbgarcia
Hi, there ! I have a problem with SciTE, regarding compiling an executing, since in my system, you need to compile your program and then assemble it. I suppose that the direct solution is to use compile for the compiler, build for the assembler, and then go for execution, but I'd like to have