From 24fadbcfdbad9efd936bd80982521e6f8218da7d Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 27 Aug 2016 23:51:11 -0500 Subject: [PATCH] FIXED wwwwwwwwwwwwwwwwwwwwww --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index ff9fa07d..95acd3bc 100755 --- a/makefile +++ b/makefile @@ -98,8 +98,6 @@ CFLAGS=$(WCLQ) $(T_FLAGS) -wo -i"$(DOSLIB)" $(O_FLAGS) $(S_FLAGS) $(Z_FLAGS) LFLAGS=$(WCLQ) -l=dos -fm=$^&.mah -lr LIBFLAGS=$(WLIBQ) -b -n -Q_FLAGS=$(CPPFLAGS) $(CFLAGS) - # # objects # @@ -141,8 +139,9 @@ DOSLIBLIBS += $(DOSLIB_8250)/dos86h/8250.lib .asm.obj: *wcl $(AFLAGS) $(extra_$^&_obj_opts) -c $[@ +#CFLAGS is neccessary here .obj.exe : - *wcl $(Q_FLAGS) $(LFLAGS) $(extra_$^&_exe_opts) -fe=$@ $< + *wcl $(CFLAGS) $(LFLAGS) $(extra_$^&_exe_opts) -fe=$@ $< .obj.lib : *wlib $(LIBFLAGS) $(extra_$^&_lib_opts) $@ $< -- 2.39.5