[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 26 Oct 2010 23:38:28 +0000 (23:38 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 26 Oct 2010 23:38:28 +0000 (23:38 +0000)
  - remove unnecessary linkage

svn path=/branches/cmake-bringup/; revision=49299

base/shell/explorer/CMakeLists.txt

index 22f15ab..9b913ae 100644 (file)
@@ -60,7 +60,6 @@ target_link_libraries(explorer
     -lsupc++
     -lstdc++
     -lgcc
-    -lmingw32
     -lmingwex
     wine
     mingw_wmain
@@ -79,6 +78,8 @@ target_link_libraries(explorer
     -lmsvcrt
     -lkernel32
     -lntdll)
+       
+set_image_base(explorer 0x00400000)
 
 add_dependencies(explorer psdk buildno_header)
 add_livecd_target(explorer reactos)
\ No newline at end of file