소스 검색

consider .S as a source file

asm that needs to be linked with the final archive/exe

FIXME - it's a bit gcc-centric / not MS compatible
main
John Robinson 4 년 전
부모
커밋
c6a558c592
No known key found for this signature in database
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp 파일 보기

assert(std::is_sorted(header_exts.begin(), header_exts.end())); assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = { static std::vector<std::string_view> source_exts = {
".C", ".C",
".S",
".c", ".c",
".c++", ".c++",
".cc", ".cc",

Loading…
취소
저장