Cleanups.
committer: mfx <mfx> 1059739807 +0000
This commit is contained in:
+2
-2
@@ -71,8 +71,8 @@ vpath %.ash $(UCL_MR3K)
|
||||
# // tools
|
||||
# ************************************************************************/
|
||||
|
||||
NASM = nasm -O2 -w+macro-params -w+orphan-labels
|
||||
NASM += -i$(srcdir)/
|
||||
NASM = nasm -O2 -w+macro-params -w+macro-selfref -w+number-overflow -w+orphan-labels
|
||||
NASM += -I$(srcdir)/
|
||||
|
||||
APP_I386 = perl -w $(srcdir)/scripts/app_i386.pl
|
||||
BIN2H = perl -w $(srcdir)/scripts/bin2h.pl
|
||||
|
||||
Reference in New Issue
Block a user