Explorar el Código
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
No se encontró ninguna clave conocida en la base de datos para esta firma
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
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", |