mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[CMAKE]
- link executables against gcc and mingw_common - remove link dependencies from mingw_common This puts C executables into a good shape again. svn path=/branches/cmake-bringup/; revision=49054
This commit is contained in:
parent
e20a0a30ee
commit
db37322eb6
3 changed files with 11 additions and 12 deletions
|
@ -15,4 +15,5 @@ add_executable(charmap
|
|||
add_pch(charmap ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
|
||||
set_module_type(charmap win32gui)
|
||||
add_importlibs(charmap user32 gdi32 comctl32 msvcrt)
|
||||
|
||||
add_importlibs(charmap user32 gdi32 comctl32 kernel32 msvcrt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue