mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
[CMAKE]
- I forgot to link to the wine lib instead of its compiled lib (I have it locally to avoid recompiling it). svn path=/branches/cmake-bringup/; revision=48540
This commit is contained in:
parent
4df8754758
commit
eba2955389
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ set_target_properties(user32 PROPERTIES LINK_FLAGS "-Wl,-entry,_DllMain@12")
|
|||
|
||||
target_link_libraries(user32
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/user32.def
|
||||
${REACTOS_SOURCE_DIR}/lib/3rdparty/libwine/libwine.a
|
||||
wine
|
||||
${REACTOS_SOURCE_DIR}/dll/win32/gdi32/libgdi32.a
|
||||
${REACTOS_SOURCE_DIR}/dll/win32/advapi32/libadvapi32.a
|
||||
imm32
|
||||
|
|
Loading…
Reference in a new issue