mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
make: Lift up openwcom.mak for build on FreeDOS
Signed-off-by: Anthony Williams <rugxulo@gmail.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
81d53791b0
commit
a4adc238a4
@ -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