- Export more native tools.
- Fix ntdllsys dependency.

svn path=/branches/cmake-bringup/; revision=48356
This commit is contained in:
Amine Khaldi 2010-07-29 15:34:21 +00:00
parent 007ecbd4c1
commit 102a9c242e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ include_directories(./include/reactos/wine)
add_subdirectory(tools)
add_subdirectory(lib)
export(TARGETS widl winebuild wmc nci FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
export(TARGETS widl winebuild wmc wrc nci pefixup rsym FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
else()

View file

@ -10,4 +10,4 @@ set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> -x assembler-with-cpp -o <OBJ
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
add_library(ntdllsys ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
add_dependencies(ntdllsys ntdllsys_S)
add_dependencies(ntdllsys ntdll_S)