mirror of https://github.com/FDOS/kernel.git
More verbose mapfiles for watcom C; some slash preparations to allow
cross-building on Linux git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@685 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
c418300de4
commit
f8f0891503
|
@ -1,4 +1,4 @@
|
|||
!include "..\mkfiles\generic.mak"
|
||||
!include "../mkfiles/generic.mak"
|
||||
|
||||
CFLAGS = -I$(INCLUDEPATH) -I..\hdr
|
||||
|
||||
|
@ -7,7 +7,7 @@ production: patchobj.com exeflat.exe
|
|||
patchobj.com: patchobj.c
|
||||
$(CL) $(CFLAGST) $(TINY) $(CFLAGS) patchobj.c
|
||||
|
||||
exeflat.exe: exeflat.c ..\hdr\exe.h
|
||||
exeflat.exe: exeflat.c ../hdr/exe.h
|
||||
$(CL) $(CFLAGSC) $(CFLAGS) exeflat.c
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
@ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9 ,,,, | wlink
|
||||
@echo off
|
||||
ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9 ,,,, > kernel.lnk
|
||||
echo op map,statics,verbose >> kernel.lnk
|
||||
wlink < kernel.lnk
|
||||
|
|
Loading…
Reference in New Issue