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:
Bart Oldeman 2003-09-15 10:37:40 +00:00
parent c418300de4
commit f8f0891503
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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