- 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:
Jérôme Gardou 2010-10-08 18:04:16 +00:00
parent e20a0a30ee
commit db37322eb6
3 changed files with 11 additions and 12 deletions

View file

@ -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)