mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
[CMAKE]
Stubs: Fix some win32 modules. svn path=/branches/cmake-bringup/; revision=49871
This commit is contained in:
parent
db7b8d8030
commit
e141d4c363
55 changed files with 250 additions and 75 deletions
|
@ -4,9 +4,11 @@ add_definitions(-D__WINESRC__)
|
|||
|
||||
spec2def(updspapi.dll updspapi.spec)
|
||||
|
||||
add_library(updspapi SHARED main.c
|
||||
list(APPEND SOURCE
|
||||
main.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/updspapi.def)
|
||||
|
||||
add_library(updspapi SHARED ${SOURCE})
|
||||
set_entrypoint(updspapi 0)
|
||||
|
||||
target_link_libraries(updspapi wine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue