mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:55:42 +00:00
[CMAKE]
- remove unnecessary linkage svn path=/branches/cmake-bringup/; revision=49299
This commit is contained in:
parent
f78d6fc1e2
commit
b7ce9b13b4
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,6 @@ target_link_libraries(explorer
|
||||||
-lsupc++
|
-lsupc++
|
||||||
-lstdc++
|
-lstdc++
|
||||||
-lgcc
|
-lgcc
|
||||||
-lmingw32
|
|
||||||
-lmingwex
|
-lmingwex
|
||||||
wine
|
wine
|
||||||
mingw_wmain
|
mingw_wmain
|
||||||
|
@ -80,5 +79,7 @@ target_link_libraries(explorer
|
||||||
-lkernel32
|
-lkernel32
|
||||||
-lntdll)
|
-lntdll)
|
||||||
|
|
||||||
|
set_image_base(explorer 0x00400000)
|
||||||
|
|
||||||
add_dependencies(explorer psdk buildno_header)
|
add_dependencies(explorer psdk buildno_header)
|
||||||
add_livecd_target(explorer reactos)
|
add_livecd_target(explorer reactos)
|
Loading…
Add table
Add a link
Reference in a new issue