Parcourir la source

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 il y a 4 ans
Parent
révision
c6a558c592
Aucune clé connue n'a été trouvée dans la base pour cette signature
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp Voir le fichier

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

Chargement…
Annuler
Enregistrer