From 14597f5f11b3ce04ac5f92eb469b2b0871ca99e8 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Wed, 19 Mar 2003 21:36:01 +0000 Subject: [PATCH] MinGW includes libmsvcrt.a by default, no need to add it manually svn path=/trunk/; revision=4349 --- rosapps/cmd/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rosapps/cmd/makefile b/rosapps/cmd/makefile index bce74c3f083..beec15e74f6 100644 --- a/rosapps/cmd/makefile +++ b/rosapps/cmd/makefile @@ -20,8 +20,7 @@ WINE_INCLUDE = ./ TARGET_SDKLIBS = \ kernel32.a \ - user32.a \ - msvcrt.a + user32.a TARGET_OBJECTS = \ cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \