mirror of
https://github.com/reactos/reactos.git
synced 2025-05-10 20:27:45 +00:00
[CMAKE]
Fix msvc ext2 build. Fix soundblaster includes. svn path=/branches/cmake-bringup/; revision=50697
This commit is contained in:
parent
0c69202021
commit
141181cdbc
2 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
add_library(ext2fs SHARED ${SOURCE})
|
add_library(ext2fs SHARED ${SOURCE})
|
||||||
|
|
||||||
|
target_link_libraries(ext2fs ${PSEH_LIB})
|
||||||
|
|
||||||
set_module_type(ext2fs kernelmodedriver)
|
set_module_type(ext2fs kernelmodedriver)
|
||||||
add_importlibs(ext2fs ntoskrnl hal)
|
add_importlibs(ext2fs ntoskrnl hal)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ add_definitions(
|
||||||
-D__NTDRIVER__
|
-D__NTDRIVER__
|
||||||
-DKERNEL)
|
-DKERNEL)
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/sound)
|
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/libs/sound)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
dsp_io.c
|
dsp_io.c
|
||||||
|
|
Loading…
Reference in a new issue