mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
df3b007d7f
It is now expected to work with VS >= 10 and MSVC >= 13.1.
8 lines
74 B
NASM
8 lines
74 B
NASM
ifndef TESTx64
|
|
.386
|
|
.model flat, c
|
|
endif
|
|
.code
|
|
include <foo-proc.asm>
|
|
end
|