Cleanups.

committer: mfx <mfx> 1059739807 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-01 12:10:07 +00:00
parent ab37b5ea0c
commit 365a3c0432
8 changed files with 20 additions and 12 deletions
+2 -2
View File
@@ -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