5304e657fd
- fix issue by renaming header file and symbols which consolidate with standard C time.h - rename also date.h for consistency - remove all hacks from make files and from sys.c now can share new dtime.h with standard C time.h without any collision that any order of internal and standard C header path is possible
20 lines
530 B
Makefile
20 lines
530 B
Makefile
#
|
|
# WATCOM.MAK - kernel compiler options for Open Watcom on Linux (cross-compile)
|
|
#
|
|
|
|
# Get definitions from watcom.mak, then override
|
|
include "../mkfiles/watcom.mak"
|
|
|
|
DIRSEP=/
|
|
INCLUDEPATH=$(COMPILERPATH)/h
|
|
RM=rm -f
|
|
CP=cp
|
|
ECHOTO=echo>>
|
|
INITPATCH=@echo > /dev/null
|
|
CLDEF=1
|
|
CLT=wcl386 -zq -bcl=linux -I../hdr -fe=$@ -I$(COMPILERPATH)/lh
|
|
CLC=$(CLT)
|
|
CFLAGST=-fo=.obj $(CFLAGST)
|
|
ALLCFLAGS=-fo=.obj $(ALLCFLAGS)
|
|
XLINK=$(XLINK) debug all op symfile format dos option map,statics,verbose F { $(OBJS) } L ../lib/device.lib N kernel.exe $#
|