mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[CMAKE]
- add iexplore to build svn path=/branches/cmake-bringup/; revision=48900
This commit is contained in:
parent
5cacf14c7f
commit
c9dc1e22be
3 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,7 @@ add_subdirectory(extrac32)
|
|||
add_subdirectory(fontview)
|
||||
add_subdirectory(games)
|
||||
add_subdirectory(hh)
|
||||
#add_subdirectory(iexplore)
|
||||
add_subdirectory(iexplore)
|
||||
#add_subdirectory(kbswitch)
|
||||
#add_subdirectory(logoff)
|
||||
#add_subdirectory(magnify)
|
||||
|
|
10
base/applications/iexplore/CMakeLists.txt
Normal file
10
base/applications/iexplore/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
add_executable(iexplore
|
||||
main.c
|
||||
iexplore.rc)
|
||||
|
||||
set_unicode(iexplore no)
|
||||
|
||||
set_module_type(iexplore win32gui)
|
||||
|
||||
add_importlibs(iexplore shdocvw msvcrt)
|
BIN
importlibs/libshdocvw.a
Normal file
BIN
importlibs/libshdocvw.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue