mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[CMAKE]
Fix compilation of actxprxy with MSVC svn path=/branches/cmake-bringup/; revision=50563
This commit is contained in:
@@ -24,9 +24,14 @@ add_library(actxprxy SHARED ${SOURCE})
|
||||
|
||||
set_entrypoint(actxprxy 0)
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(actxprxy iidlib)
|
||||
else()
|
||||
target_link_libraries(actxprxy uuid)
|
||||
endif()
|
||||
|
||||
target_link_libraries(actxprxy
|
||||
actxprxylib
|
||||
uuid
|
||||
wine
|
||||
${PSEH_LIB})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user