mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix pdh build
svn path=/branches/cmake-bringup/; revision=50757
This commit is contained in:
parent
db6c80acc4
commit
cdb7e212a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ set_entrypoint(pdh 0)
|
|||
|
||||
target_link_libraries(pdh wine)
|
||||
|
||||
add_importlibs(pdh kernel32 ntdll)
|
||||
add_importlibs(pdh kernel32 ntdll msvcrt)
|
||||
add_importlib_target(pdh.spec)
|
||||
|
||||
add_cab_target(pdh 1)
|
||||
|
|
Loading…
Reference in a new issue