News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Single file compilation

Started by PauloH, October 12, 2007, 09:21:39 PM

Previous topic - Next topic

PauloH

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.

KetilO

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