mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[ASMPP] Implement asm preprocessor
This converts ML style assembly to GAS compatible syntax
This commit is contained in:
parent
7277e26944
commit
61cc62d1b2
10 changed files with 1700 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
include(ExternalProject)
|
||||
|
||||
function(setup_host_tools)
|
||||
list(APPEND HOST_TOOLS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink txt2nls utf16le xml2sdb)
|
||||
list(APPEND HOST_TOOLS asmpp bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink txt2nls utf16le xml2sdb)
|
||||
if(NOT MSVC)
|
||||
list(APPEND HOST_TOOLS rsym pefixup)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue