- Fix ntdllsys and win32ksys.

svn path=/branches/cmake-bringup/; revision=48443
This commit is contained in:
Amine Khaldi 2010-08-03 21:57:06 +00:00
parent 34db564f0a
commit fb995372b0
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,4 @@
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 ntdll_S)

View file

@ -1,2 +1,4 @@
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S PROPERTIES GENERATED TRUE)
add_library(win32ksys ${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S)
add_dependencies(win32ksys win32k_S)