mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +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++
|
||||
-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)
|
Loading…
Add table
Add a link
Reference in a new issue