mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-24 16:35:40 +08:00
Merge branch 'owc'
This commit is contained in:
commit
f0921a0c9c
@ -7,13 +7,13 @@
|
||||
|
||||
top_srcdir = .
|
||||
srcdir = .
|
||||
VPATH = .\output
|
||||
VPATH = .\output;.\lib
|
||||
prefix = C:\Program Files\NASM
|
||||
exec_prefix = $(prefix)
|
||||
bindir = $(prefix)\bin
|
||||
mandir = $(prefix)\man
|
||||
|
||||
CC = wcl386
|
||||
CC =*wcl386
|
||||
DEBUG =
|
||||
CFLAGS = -6 -ox -wx -ze -fpi $(DEBUG)
|
||||
BUILD_CFLAGS = $(CFLAGS) $(TARGET_FLAGS) # -I$(srcdir)/inttypes
|
||||
|
Loading…
Reference in New Issue
Block a user