diff options
author | Anthony Williams <rugxulo@gmail.com> | 2010-10-30 20:07:50 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-11-23 18:37:17 +0300 |
commit | 6fc53d3752d468853eae27848e0fe697b5446718 (patch) | |
tree | 642e9b6f3259a319ea6e4a81f4459b34ae3ee7ab /Mkfiles | |
parent | 84637a6d28374abb428520b7e927b9267b01f969 (diff) | |
download | nasm-6fc53d3752d468853eae27848e0fe697b5446718.tar.gz nasm-6fc53d3752d468853eae27848e0fe697b5446718.tar.bz2 nasm-6fc53d3752d468853eae27848e0fe697b5446718.zip |
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>
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/openwcom.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index 6dd2293..31f57cc 100644 --- a/Mkfiles/openwcom.mak +++ b/Mkfiles/openwcom.mak @@ -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 |