From c334575fcdd171405786193349067c78b5dfc01b Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Sun, 25 Sep 2011 16:02:29 +0000 Subject: [PATCH] [Explorer] Link with libmingw32. svn path=/trunk/; revision=53854 --- reactos/base/shell/explorer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/shell/explorer/CMakeLists.txt b/reactos/base/shell/explorer/CMakeLists.txt index d4ebbcf0995..60d02731d9c 100644 --- a/reactos/base/shell/explorer/CMakeLists.txt +++ b/reactos/base/shell/explorer/CMakeLists.txt @@ -63,6 +63,7 @@ target_link_libraries(explorer -lstdc++ -lgcc -lmingwex + -lmingw32 wine uuid)