diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-21 10:47:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-21 10:47:26 +0100 |
| commit | b960a3bc9800ff689e31ca94263ed9aaa2921a96 (patch) | |
| tree | aaa5a3e9d38ea9a0244f445402dfdf893753739b /CompilerKit/Defines.hpp | |
| parent | 0f8af01ad3a8c5a47821d23333568732f21131a5 (diff) | |
CompilerKit: Replace kAsmFileExt64x0 with array kAsmFileExts.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerKit/Defines.hpp')
| -rw-r--r-- | CompilerKit/Defines.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerKit/Defines.hpp b/CompilerKit/Defines.hpp index c29417d..d46508d 100644 --- a/CompilerKit/Defines.hpp +++ b/CompilerKit/Defines.hpp @@ -134,6 +134,6 @@ namespace CompilerKit typedef char char_type; #define kObjectFileExt ".o" -#define kAsmFileExt64x0 ".64x" +#define kAsmFileExts { ".64x", ".32x", ".masm", ".s", ".S" } #endif /* ifndef __CXXKIT_DEFINES_HPP__ */ |
