From 4b0de97035d2a750c4a2073a1992e2eff68926d0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 20:52:10 +0100 Subject: feat(libcompiler): Move Dialogs.h in /dev/Vendor. --- docs/SPECIFICATION.md | 19 ------------------- docs/SPECIFICATION_CC.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 docs/SPECIFICATION.md create mode 100644 docs/SPECIFICATION_CC.md (limited to 'docs') diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md deleted file mode 100644 index 7237dd6..0000000 --- a/docs/SPECIFICATION.md +++ /dev/null @@ -1,19 +0,0 @@ -# Specification of LibCompiler - -================================== -## Brief: -================================== - -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: C++ - -================================== -## LibCompiler: -================================== - -- Shall support compilation and linking. -- Shall be written in C++ -- Shall support the assembler too. -- Shall provide primitives for compilers, assemblers and linkers. -- Shall support multiple architectures. \ No newline at end of file diff --git a/docs/SPECIFICATION_CC.md b/docs/SPECIFICATION_CC.md new file mode 100644 index 0000000..7237dd6 --- /dev/null +++ b/docs/SPECIFICATION_CC.md @@ -0,0 +1,19 @@ +# Specification of LibCompiler + +================================== +## Brief: +================================== + +- Output format: PEF, XCOFF +- Object format: AE, COFF +- SDK Language: C++ + +================================== +## LibCompiler: +================================== + +- Shall support compilation and linking. +- Shall be written in C++ +- Shall support the assembler too. +- Shall provide primitives for compilers, assemblers and linkers. +- Shall support multiple architectures. \ No newline at end of file -- cgit v1.2.3