Pārlūkot izejas kodu

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 pirms 3 gadiem
vecāks
revīzija
c6a558c592
Šim parakstam datu bāzē netika atrasta zināma atslēga
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp Parādīt failu

@@ -25,6 +25,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = {
".C",
".S",
".c",
".c++",
".cc",

Notiek ielāde…
Atcelt
Saglabāt