[ros-diffs] [sir_richard] 48439: [CMAKE]: Don't auto-link with Win32 stuff.

sir_richard at svn.reactos.org sir_richard at svn.reactos.org
Tue Aug 3 21:39:00 UTC 2010


Author: sir_richard
Date: Tue Aug  3 21:38:59 2010
New Revision: 48439

URL: http://svn.reactos.org/svn/reactos?rev=48439&view=rev
Log:
[CMAKE]: Don't auto-link with Win32 stuff.

Modified:
    branches/cmake-bringup/toolchain-mingw32.cmake

Modified: branches/cmake-bringup/toolchain-mingw32.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/toolchain-mingw32.cmake?rev=48439&r1=48438&r2=48439&view=diff
==============================================================================
--- branches/cmake-bringup/toolchain-mingw32.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/toolchain-mingw32.cmake [iso-8859-1] Tue Aug  3 21:38:59 2010
@@ -19,6 +19,8 @@
 SET(CMAKE_ASM_COMPILER ${MINGW_PREFIX}gcc)
 set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> -x assembler-with-cpp -o <OBJECT> <FLAGS> <DEFINES> -D__ASM__ -c <SOURCE>")
 
+set(CMAKE_STANDARD_LIBRARIES "")
+
 # adjust the default behaviour of the FIND_XXX() commands:
 # search headers and libraries in the target environment, search 
 # programs in the host environment




More information about the Ros-diffs mailing list