Pārlūkot izejas kodu

consider .S as a source file

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

this is gcc-centric / not MS compatible
gnu_extensions
John Robinson pirms 5 gadiem
vecāks
revīzija
6c7192ebb9
Š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

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",

Notiek ielāde…
Atcelt
Saglabāt