search for: 9dc88d1

Displaying 2 results from an estimated 2 matches for "9dc88d1".

2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
...to mingw compiler for Windows. The compiler is not commonly present in Linux distributions due to a non-free license. Signed-off-by: Lubomir Rintel <lkundrak at v3.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 = up...
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