[ASM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 15 Sep 2015 01:59:14 +0000 (01:59 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 15 Sep 2015 01:59:14 +0000 (01:59 +0000)
commit0a920bbf3bd5324fff50301e7d3e8623dabd3023
tree6982a7b3c6d989c2a54ed6d053475a1bd54589b8
parent3b7e00591f581213b0e66c131d4a39ff505e6813
[ASM]
Fix the file header description. Consistently use .endm for closing a macro started with .macro.

[NTVDM]
- Add "_clean" targets to generated asm16 targets.
- Fix CMake dependency generation in a somewhat hackish way: I don't know how to cleanly specify the location of generated files for custom targets. And it is also hackish because in a CMake custom command which depends on the COMMAND.COM target, I also need to explicitely say that the command depends on the output file created by the COMMAND.COM target...
- Add COMMAND.COM to the CD files, even if NTVDM doesn't use an external command.com for now. CORE-5221

svn path=/trunk/; revision=69234
reactos/include/asm/asm.inc
reactos/subsystems/mvdm/asm16.cmake
reactos/subsystems/mvdm/dos/CMakeLists.txt
reactos/subsystems/mvdm/ntvdm/CMakeLists.txt