mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[CMAKE]
* browseui: Don't link to mingw32 and coldname unconditionally (msvc). svn path=/branches/cmake-bringup/; revision=51364
This commit is contained in:
parent
ff5bcc8009
commit
8d86d0dbf1
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ set_module_type(browseui win32dll)
|
||||||
target_link_libraries(browseui
|
target_link_libraries(browseui
|
||||||
atlnew
|
atlnew
|
||||||
uuid
|
uuid
|
||||||
wine
|
wine)
|
||||||
-lmingw32
|
|
||||||
-lcoldname)
|
|
||||||
|
|
||||||
add_importlibs(browseui
|
add_importlibs(browseui
|
||||||
shlwapi
|
shlwapi
|
||||||
|
|
Loading…
Reference in a new issue