- 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

@ -104,4 +104,6 @@ add_minicd_target(hal reactos hal.dll)
add_livecd_target(hal reactos/system32)
else()
#TBD
endif(ARCH MATCHES i386)
endif(ARCH MATCHES i386)
add_importlib_target(hal.spec)