reactos/subsystems/mvdm
Jérôme Gardou 23373acbb9 [CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
..
config Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file. 2017-10-08 15:48:07 +02:00
dos [CMAKE] Fix command.com livecd.lst entry. CORE-14509 2018-03-30 21:22:33 +02:00
ntvdm [mvdm] Fix missing pointer dereference 2019-02-09 11:53:55 +01:00
pifmgr [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
samples [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
vdmdbg [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
wow16 [MVDM] Update some of the file headers to their new versions. 2018-03-25 16:19:29 +02:00
asm16.cmake [MVDM] hack-fix Clang-CL build 2019-02-12 19:31:33 +01:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
README.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00

Multiple Virtual DOS Machines - Directory description
=====================================================

- config : Miscellaneous configuration files.
- dos    : 16-bit DOS components (kernel, drivers, apps...).
- ntvdm  : NT Virtual DOS Machine.
- pifedit: ReactOS Program Information File Editor.
- pifmgr : PIF Manager Icon Resource Library.
- samples: Sample programs for NTVDM.
- vdmdbg : Virtual DOS Machine debug helper DLL (from Wine).
- wow16  : Win16 thunk files and components.