From: John Tsiombikas Date: Wed, 21 Jun 2023 00:51:03 +0000 (+0300) Subject: 486 codegen X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=f87f51babcc2d9c15e1ecaca19c26acf58292bf7;p=retroray 486 codegen --- diff --git a/Makefile b/Makefile index 94e655d..db0fa4d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ AS = nasm CC = wcc386 LD = wlink ASFLAGS = -fobj -CFLAGS = -d3 -5 -fp5 $(opt) $(def) -s -zq -bt=dos $(incpath) +CFLAGS = -d3 -4 $(opt) $(def) -s -zq -bt=dos $(incpath) LDFLAGS = option map $(libpath) library { $(libs) } $(bin): cflags.occ $(obj) $(libs) diff --git a/libs/drawtext/Makefile b/libs/drawtext/Makefile index d75d408..b7ae5a9 100644 --- a/libs/drawtext/Makefile +++ b/libs/drawtext/Makefile @@ -7,7 +7,7 @@ alib = ..\..\drawtext.lib !endif CC = wcc386 -CFLAGS = -d1 -5 -fp5 -otexan -zq -DNO_FREETYPE -DNO_OPENGL +CFLAGS = -d1 -4 -otexan -zq -DNO_FREETYPE -DNO_OPENGL $(alib): $(obj) %write objects.lbc $(obj) diff --git a/libs/imago/Makefile b/libs/imago/Makefile index 439bac0..927656f 100644 --- a/libs/imago/Makefile +++ b/libs/imago/Makefile @@ -51,7 +51,7 @@ alib = ..\..\imago.lib !endif #opt = -5 -fp5 -od -opt = -5 -fp5 -otexan +opt = -4 -otexan dbg = -d1 def = -DPNG_NO_SNPRINTF diff --git a/libs/treestor/Makefile b/libs/treestor/Makefile index 0686cd6..5afef6f 100644 --- a/libs/treestor/Makefile +++ b/libs/treestor/Makefile @@ -7,7 +7,7 @@ alib = ..\..\treestor.lib !endif CC = wcc386 -CFLAGS = -d1 -5 -fp5 -otexan -zq -Iinclude +CFLAGS = -d1 -4 -otexan -zq -Iinclude $(alib): $(obj) %write objects.lbc $(obj)