Lines Matching full:nasm
148 # CMake's generator does not output a build rule for Nasm files. Moreover,
149 # it makes Xcode believe Nasm files are of type "sourcecode" instead of
150 # "sourcecode.nasm", which prevents even the default rule from applying.
153 # nasm-files-with-xcode/7934
211 # Terminates generation if nasm found in PATH does not meet requirements.
220 FATAL_ERROR "Unsupported nasm: multipass optimization not supported.")
227 FATAL_ERROR "Unsupported nasm: macho32 object format not supported.")
233 FATAL_ERROR "Unsupported nasm: win32 object format not supported.")
238 FATAL_ERROR "Unsupported nasm: elf32 object format not supported.")
245 FATAL_ERROR "Unsupported nasm: macho64 object format not supported.")
251 FATAL_ERROR "Unsupported nasm: win64 object format not supported.")
256 FATAL_ERROR "Unsupported nasm: elf64 object format not supported.")