mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[CMAKE]
- More work on the dlls. - libgcc is already a standard C lib, don't relink to it for executables. - ICU isn't needed for now, disable it. svn path=/branches/cmake-bringup/; revision=49059
This commit is contained in:
parent
da7764cd5c
commit
e9977ecc9f
59 changed files with 208 additions and 413 deletions
|
@ -10,4 +10,4 @@ add_executable(cacls
|
|||
add_pch(cacls ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
|
||||
set_module_type(cacls win32cui)
|
||||
add_importlibs(cacls advapi32 user32 shell32 msvcrt)
|
||||
add_importlibs(cacls advapi32 user32 shell32 msvcrt kernel32)
|
||||
|
|
|
@ -13,4 +13,4 @@ add_executable(calc
|
|||
resource.rc)
|
||||
|
||||
set_module_type(calc win32gui)
|
||||
add_importlibs(calc advapi32 user32 gdi32 msvcrt)
|
||||
add_importlibs(calc advapi32 user32 gdi32 msvcrt kernel32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue