mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user