From 6e719f7d6facaa82fbd11b3fd486d1c3d05463f9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 29 Dec 2010 19:11:17 +0000 Subject: [PATCH] [CMAKE] - Remove an unintended change. svn path=/branches/cmake-bringup/; revision=50216 --- toolchain-mingw32.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolchain-mingw32.cmake b/toolchain-mingw32.cmake index 6eed0060564..f89dfb43b66 100644 --- a/toolchain-mingw32.cmake +++ b/toolchain-mingw32.cmake @@ -42,8 +42,6 @@ endif() set(CMAKE_RC_COMPILE_OBJECT " -i -I${REACTOS_SOURCE_DIR}/include/psdk -I${REACTOS_BINARY_DIR}/include/psdk -I${REACTOS_SOURCE_DIR}/include/ -I${REACTOS_SOURCE_DIR}/include/reactos -I${REACTOS_BINARY_DIR}/include/reactos -I${REACTOS_SOURCE_DIR}/include/reactos/wine -I${REACTOS_SOURCE_DIR}/include/crt -I${REACTOS_SOURCE_DIR}/include/crt/mingw32 -O coff -o ") -set(CMAKE_C_CREATE_STATIC_LIBRARY "${MINGW_PREFIX}ar crs ") - # Use stdcall fixups, and don't link with anything by default unless we say so set(CMAKE_C_STANDARD_LIBRARIES "-lgcc" CACHE STRING "Standard C Libraries")