fix filename to enable c-preprocessing of x86 asm

This commit is contained in:
lifning 2021-12-08 19:38:22 -08:00
parent 34086f696c
commit bc9f7d948b
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ add_executable(SRB2SDL2 MACOSX_BUNDLE WIN32)
target_sourcefile(c)
target_sources(SRB2SDL2 PRIVATE comptime.c md5.c config.h.in)
set(SRB2_ASM_SOURCES vid_copy.s)
set(SRB2_ASM_SOURCES vid_copy.S)
set(SRB2_NASM_SOURCES tmap_mmx.nas tmap.nas)

View File

@ -77,7 +77,7 @@ mserv.c
http-mserv.c
i_tcp.c
lzf.c
vid_copy.s
vid_copy.S
b_bot.c
lua_script.c
lua_baselib.c