mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[WMVCORE]
- Add dll to the correct destination dir CORE-10404 svn path=/trunk/; revision=69711
This commit is contained in:
parent
dde60eb9ef
commit
07ca1a7a5c
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ add_library(wmvcore SHARED ${SOURCE})
|
|||
set_module_type(wmvcore win32dll)
|
||||
target_link_libraries(wmvcore wine)
|
||||
add_importlibs(wmvcore msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET wmvcore DESTINATION reactos/system32/wbem FOR all)
|
||||
add_cd_file(TARGET wmvcore DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue