mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Start source tree (final, I hope!) restructuration. Part 1/X
Win32, Shell, Services, MVDM svn path=/trunk/; revision=66575
This commit is contained in:
parent
9a340ee253
commit
ddb90f1e10
1759 changed files with 269 additions and 253 deletions
|
@ -1,5 +1,8 @@
|
|||
|
||||
add_subdirectory(browseui)
|
||||
add_subdirectory(cmd)
|
||||
add_subdirectory(explorer)
|
||||
add_subdirectory(filebrowser)
|
||||
add_subdirectory(ie)
|
||||
add_subdirectory(rshell)
|
||||
add_subdirectory(shellext)
|
||||
|
|
8
reactos/base/shell/ie/CMakeLists.txt
Normal file
8
reactos/base/shell/ie/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
add_subdirectory(ieframe)
|
||||
add_subdirectory(mshtml)
|
||||
add_subdirectory(mshtml.tlb)
|
||||
add_subdirectory(shdoclc)
|
||||
add_subdirectory(shdocvw)
|
||||
add_subdirectory(url)
|
||||
add_subdirectory(urlmon)
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue