From 4d0090bf7bb8f665fe15e05f503b47953749bed4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 18 Mar 2019 12:48:46 -0600 Subject: [PATCH] avoid case in MinGW library name original commit: 3ce4efbf98e6960871f2477a8cc89e2020adb95b --- c/Mf-ta6nt | 2 +- c/Mf-ti3nt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/Mf-ta6nt b/c/Mf-ta6nt index 2709378ee6..2911db5363 100644 --- a/c/Mf-ta6nt +++ b/c/Mf-ta6nt @@ -42,7 +42,7 @@ make.bat: vs.bat C = ${CC} ${CPPFLAGS} -O2 ${CFLAGS} ${Scheme}${cross:t=}: ${Kernel} ${Main} - $C -o ${Scheme} ${Kernel} ${Main} ${mdclib} ${LDFLAGS} -lshell32 -luser32 -lole32 -lRpcrt4 -luuid + $C -o ${Scheme} ${Kernel} ${Main} ${mdclib} ${LDFLAGS} -lshell32 -luser32 -lole32 -lrpcrt4 -luuid .c.$o: $C -c -D${Cpu} -I${Include} -I../zlib $*.c diff --git a/c/Mf-ti3nt b/c/Mf-ti3nt index cd974d8297..62650bce85 100644 --- a/c/Mf-ti3nt +++ b/c/Mf-ti3nt @@ -42,7 +42,7 @@ make.bat: vs.bat C = ${CC} ${CPPFLAGS} -O2 ${CFLAGS} ${Scheme}${cross:t=}: ${Kernel} ${Main} - $C -o ${Scheme} ${Kernel} ${Main} ${mdclib} ${LDFLAGS} -lshell32 -luser32 -lole32 -lRpcrt4 -luuid + $C -o ${Scheme} ${Kernel} ${Main} ${mdclib} ${LDFLAGS} -lshell32 -luser32 -lole32 -lrpcrt4 -luuid .c.$o: $C -c -D${Cpu} -I${Include} -I../zlib $*.c