[Omake] Using Nasm on Linux
Raja Mukherji
rajamukherji at gmail.com
Thu May 3 05:10:27 PDT 2007
Hi.
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? I want to keep the extensions as ".asm" so that the same
files will build under Windows.
Raja
More information about the Omake
mailing list