search for: wcl_is_good

Displaying 2 results from an estimated 2 matches for "wcl_is_good".

2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
....sk> --- dosutil/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dosutil/Makefile b/dosutil/Makefile index 9dc88d1..69fc58a 100644 --- a/dosutil/Makefile +++ b/dosutil/Makefile @@ -7,6 +7,9 @@ include $(MAKEDIR)/syslinux.mk WCL = wcl WCLOPT = -6 -osx -mt -bt=DOS -l=COM +WCL_IS_GOOD := $(shell $(WCL) $(WCLOPT) \ + -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?) + UPX = upx NASM = nasm @@ -45,7 +48,12 @@ TARGETS = $(WCTARGETS) $(NSTARGETS) rm -f $*.0* chmod a-x $@ +ifeq ($(WCL_IS_GOOD),0) all: $(TARGETS) +else +all: $(NSTARGET...
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build. Signed-off-by: Lubomir Rintel <lkundrak at v3.sk> --- dosutil/mdiskchk.com | Bin 8106 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 dosutil/mdiskchk.com diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com deleted file mode 100644 index