mirror of https://github.com/FDOS/kernel.git
Forgotten HMA_TEXT for MS compilers.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@659 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
fa11f8e0c5
commit
517fca72ae
|
@ -43,5 +43,5 @@ TARGET=KMS
|
||||||
ALLCFLAGS=-I..\hdr $(TARGETOPT) $(ALLCFLAGS) -nologo -Zl -Fc -WX -Gr -f- -Os -Gs -Ob1 -OV4 -Gy -Oe -Zp1
|
ALLCFLAGS=-I..\hdr $(TARGETOPT) $(ALLCFLAGS) -nologo -Zl -Fc -WX -Gr -f- -Os -Gs -Ob1 -OV4 -Gy -Oe -Zp1
|
||||||
|
|
||||||
INITCFLAGS=$(ALLCFLAGS) -NTINIT_TEXT -AT
|
INITCFLAGS=$(ALLCFLAGS) -NTINIT_TEXT -AT
|
||||||
CFLAGS=$(ALLCFLAGS)
|
CFLAGS=$(ALLCFLAGS) -NTHMA_TEXT
|
||||||
INITPATCH = ..\utils\patchobj _DATA=IDATA DATA=ID BSS=ID DGROUP=I_GROUP CONST=IC
|
INITPATCH = ..\utils\patchobj _DATA=IDATA DATA=ID BSS=ID DGROUP=I_GROUP CONST=IC
|
||||||
|
|
Loading…
Reference in New Issue