mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[KDVBOX] Properly handle the ASM source file.
svn path=/trunk/; revision=65814
This commit is contained in:
parent
69512e2d9b
commit
117b0daf21
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
|
||||
spec2def(kdvbox.dll kdvm.spec)
|
||||
add_asm_files(kdvbox_asm kdvbox_asm.S)
|
||||
|
||||
add_library(kdvbox SHARED
|
||||
kdvm.c
|
||||
kdvbox.c
|
||||
kdvbox_asm.S
|
||||
kdvm.rc
|
||||
${kdvbox_asm}
|
||||
${CMAKE_CURRENT_BINARY_DIR}/kdvbox.def)
|
||||
|
||||
set_module_type(kdvbox module IMAGEBASE 0x00010000)
|
||||
|
|
Loading…
Reference in a new issue