- Add asm dependencies to freeldr, ntdll, crt
- Add importlib for hal and ntoskrnl
- Fix ntoskrnl spec file
- Fix resource pathes in ntoskrnl.rc

svn path=/branches/cmake-bringup/; revision=49645
This commit is contained in:
Timo Kreuzer 2010-11-19 22:02:33 +00:00
parent 5312a38c2f
commit 8b7d047834
7 changed files with 23 additions and 20 deletions

View file

@ -413,7 +413,7 @@ add_library(crt ${CMAKE_CURRENT_BINARY_DIR}/crt_precomp.h.gch ${CRT_SOURCE})
set_property(TARGET crt PROPERTY COMPILE_DEFINITIONS __MINGW_IMPORT=extern USE_MSVCRT_PREFIX _MSVCRT_LIB_ _MSVCRT_ _MT)
add_pch(crt ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${CRT_SOURCE})
add_dependencies(crt psdk buildno_header ks386)
add_dependencies(crt psdk buildno_header asm)
list(APPEND LIBCNTPR_SOURCE
except/${ARCH}/chkstk_asm.s