[NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 29 Mar 2015 14:51:14 +0000 (14:51 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 29 Mar 2015 14:51:14 +0000 (14:51 +0000)
commit7301ab58e2196436377da111e8462b219f71fc8f
tree5e4ebb651d49aa9a351b297498fba532d4100176
parentf9d277801c0f8a077c0ba27aa8863ca932304d37
[NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using the trick of concatenating them in correct order so that the resulting file is a compilable ASM file. (We cannot do linking or 16-bit objects, so we need to take a middle approach).
CORE-9442 #resolve

svn path=/trunk/; revision=66963
reactos/subsystems/mvdm/CMakeLists.txt
reactos/subsystems/mvdm/asm16.cmake [new file with mode: 0644]