Re: eu 4773 dos
- Posted by jimcbrown (admin) Jan 11, 2014
- 1673 views
BRyan said...
Jim:
Have you come up with a patch for DOS 4773 case problem ?
"case" problem? There's an issue with 'switch' ?
I ended up coming up with two patches to the problem in this thread, the right fix and a quick fix.
I'll leave it to the reader to figure out which is which.
--- Makefile.wat 2013-01-04 08:12:21.000000000 -0400 +++ Makefile.wat 2014-01-11 12:41:30.829085988 -0400 @@ -424,7 +424,7 @@ CC = wcc386 .ERASE COMMON_FLAGS = $(DEBUGFLAG) -FE_FLAGS = /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ $(EREL_TYPE) +FE_FLAGS = /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I$(BUILDDIR)\include /I$(BUILDDIR) /I$(BUILDDIR)\source $(EREL_TYPE) BE_FLAGS = /ol /zp4 /d$(OSFLAG) /5r /dEWATCOM /dEOW $(SETALIGN4) $(NOASSERT) $(HEAPCHECKFLAG) $(%ERUNTIME) $(EXTRACHECKFLAG) $(EXTRASTATSFLAG) $(MEMFLAG) $(EREL_TYPE) library : .SYMBOLIC
--- Makefile.wat 2013-01-04 08:12:21.000000000 -0400 +++ Makefile.wat 2014-01-11 12:41:30.829085988 -0400 @@ -424,7 +424,7 @@ CC = wcc386 .ERASE COMMON_FLAGS = $(DEBUGFLAG) -FE_FLAGS = /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ $(EREL_TYPE) +FE_FLAGS = /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /IC:\EUNEWDOS\include $(EREL_TYPE) BE_FLAGS = /ol /zp4 /d$(OSFLAG) /5r /dEWATCOM /dEOW $(SETALIGN4) $(NOASSERT) $(HEAPCHECKFLAG) $(%ERUNTIME) $(EXTRACHECKFLAG) $(EXTRASTATSFLAG) $(MEMFLAG) $(EREL_TYPE) library : .SYMBOLIC