[ros-diffs] [sir_richard] 48431: [CMAKE]: Forgot to delete this guy.

sir_richard at svn.reactos.org sir_richard at svn.reactos.org
Tue Aug 3 16:06:11 UTC 2010


Author: sir_richard
Date: Tue Aug  3 16:06:10 2010
New Revision: 48431

URL: http://svn.reactos.org/svn/reactos?rev=48431&view=rev
Log:
[CMAKE]: Forgot to delete this guy.

Removed:
    branches/cmake-bringup/lib/debugsup/CMakeLists.txt

Removed: branches/cmake-bringup/lib/debugsup/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/debugsup/CMakeLists.txt?rev=48430&view=auto
==============================================================================
--- branches/cmake-bringup/lib/debugsup/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/lib/debugsup/CMakeLists.txt (removed)
@@ -1,15 +1,0 @@
-
-ADD_CUSTOM_COMMAND(
-  OUTPUT ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup_ntdll.a
-  COMMAND native-winebuild -o ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.stubs.c --pedll ${REACTOS_SOURCE_DIR}/lib/debugsup/debugsup-ntos.spec --filename ntdll.dll
-  COMMAND ${MINGW_PREFIX}gcc -o ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.stubs.o ${CMAKE_C_FLAGS} -c ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.stubs.c
-  COMMAND native-winebuild -o ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.auto.def --def -E ${REACTOS_SOURCE_DIR}/lib/debugsup/debugsup-ntos.spec --filename ntdll.dll
-  COMMAND ${MINGW_PREFIX}dlltool --def ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.auto.def --kill-at --output-lib ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup_ntdll.a
-  COMMAND ${MINGW_PREFIX}ar -rc ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup_ntdll.a ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup-ntos_debugsup_ntdll.stubs.o
-  DEPENDS native-winebuild
-)
-
-SET_SOURCE_FILES_PROPERTIES(${REACTOS_BINARY_DIR}/lib/debugsup/debugsup_ntdll.a PROPERTIES GENERATED TRUE)
-
-ADD_CUSTOM_TARGET(debugsup_ntdll ALL DEPENDS ${REACTOS_BINARY_DIR}/lib/debugsup/debugsup_ntdll.a)
-




More information about the Ros-diffs mailing list