Small files renaming.

svn path=/branches/kd++/; revision=58947
This commit is contained in:
Hermès Bélusca-Maïto 2013-05-05 18:25:57 +00:00
parent 5e4bad7a5d
commit a312f665c7
4 changed files with 4 additions and 3 deletions

View file

@ -7,5 +7,6 @@ add_subdirectory(kdcom)
else() else()
add_subdirectory(kdrosdbg) add_subdirectory(kdrosdbg)
endif() endif()
add_subdirectory(nmidebug) add_subdirectory(nmidebug)
add_subdirectory(null) add_subdirectory(null)

View file

@ -1,5 +1,5 @@
spec2def(kdcom.dll kdcom.spec ADD_IMPORTLIB) spec2def(kdcom.dll kdrosdbg.spec ADD_IMPORTLIB)
if(ARCH STREQUAL "i386") if(ARCH STREQUAL "i386")
list(APPEND SOURCE i386/kdbg.c) list(APPEND SOURCE i386/kdbg.c)
@ -9,8 +9,8 @@ elseif(ARCH STREQUAL "arm")
list(APPEND SOURCE arm/kdbg.c) list(APPEND SOURCE arm/kdbg.c)
endif(ARCH STREQUAL "i386") endif(ARCH STREQUAL "i386")
list(APPEND SOURCE list(APPEND SOURCE
kdcom.rc kdrosdbg.rc
${CMAKE_CURRENT_BINARY_DIR}/kdcom.def) ${CMAKE_CURRENT_BINARY_DIR}/kdrosdbg.def)
add_library(kdcom SHARED ${SOURCE}) add_library(kdcom SHARED ${SOURCE})