mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[CMAKE]
- add hh to build svn path=/branches/cmake-bringup/; revision=48899
This commit is contained in:
@@ -8,7 +8,7 @@ add_subdirectory(control)
|
||||
add_subdirectory(extrac32)
|
||||
add_subdirectory(fontview)
|
||||
add_subdirectory(games)
|
||||
#add_subdirectory(hh)
|
||||
add_subdirectory(hh)
|
||||
#add_subdirectory(iexplore)
|
||||
#add_subdirectory(kbswitch)
|
||||
#add_subdirectory(logoff)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
add_executable(hh
|
||||
main.c
|
||||
hh.rc)
|
||||
|
||||
set_unicode(hh no)
|
||||
|
||||
set_module_type(hh win32gui)
|
||||
|
||||
add_importlibs(hh gdi32 user32 msvcrt)
|
||||
Reference in New Issue
Block a user