From 6fc53d3752d468853eae27848e0fe697b5446718 Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Sat, 30 Oct 2010 20:07:50 +0400 Subject: make: Lift up openwcom.mak for build on FreeDOS Signed-off-by: Anthony Williams Signed-off-by: Cyrill Gorcunov --- Mkfiles/openwcom.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index 6dd22931..31f57cc9 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 -- cgit v1.2.1