Author: jgardou
Date: Tue Oct 26 23:38:28 2010
New Revision: 49299
URL:
http://svn.reactos.org/svn/reactos?rev=49299&view=rev
Log:
[CMAKE]
- remove unnecessary linkage
Modified:
branches/cmake-bringup/base/shell/explorer/CMakeLists.txt
Modified: branches/cmake-bringup/base/shell/explorer/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/shell/explor…
==============================================================================
--- branches/cmake-bringup/base/shell/explorer/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/base/shell/explorer/CMakeLists.txt [iso-8859-1] Tue Oct 26
23:38:28 2010
@@ -60,7 +60,6 @@
-lsupc++
-lstdc++
-lgcc
- -lmingw32
-lmingwex
wine
mingw_wmain
@@ -79,6 +78,8 @@
-lmsvcrt
-lkernel32
-lntdll)
+
+set_image_base(explorer 0x00400000)
add_dependencies(explorer psdk buildno_header)
add_livecd_target(explorer reactos)