The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: PauloH on October 12, 2007, 09:21:39 PM

Title: Single file compilation
Post by: PauloH on October 12, 2007, 09:21:39 PM
Hello,

First off all RadAsm is great:  it's light, fast, full of features and easy to learn. But I have a question about it.
Radasm, like others IDE's, compiles a file inside a project (or the whole project). Is there any way to compile a single file without a project. For instance,  I want to compile a file with lcc without start a new project to do this.
Thanks.
Title: Re: Single file compilation
Post by: KetilO on October 15, 2007, 07:20:45 AM
Yes there is.

First select the programming language with Project / Set Assembler.
Then you can compile the file. If the build options is not what you need then edit the file Lcc.ini section [MakeDefNoProject]

KetilO