[Omake] Using Nasm on Linux

Aleksey Nogin nogin at metaprl.org
Thu May 3 09:58:15 PDT 2007


On 03.05.2007 05:10, Raja Mukherji wrote:

> I've just started using Omake today and am trying to make it work with
> my project which contains several Nasm source files. These have ".asm"
> as their extension.
> 
> The problem is that under Linux, the default ASM_EXT is ".s" and so
> Omake can't tell to make foo.o from foo.asm. Is there anyway to
> override this other than editing build/Common where ASM_EXT is
> defined? 

Raja,

You do not need to edit the library file to override, you can do it in
your project Just make sure that your project's OMakeroot has

open build/Common
EXT_ASM = .asm
open build/C

before it opens any other build files.

Hope this helps.

Aleksey



More information about the Omake mailing list