Parcourir la source
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
Parent
révision
6c7192ebb9
Aucune clé connue n'a été trouvée dans la base pour cette signature
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
src/dds/sdist/file.cpp
|
|
@@ -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", |