diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-10-11 03:18:42 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-10-11 03:18:42 +0100 |
commit | 26b57fbea1a969ef6405365ff78391e9d3605621 (patch) | |
tree | b6f14f5c083d0fbb42c5495eea7c74099ff45315 /command_line/CmdLine/Src/OSLib | |
parent | 7d4bee5f8f28b72610c8518e5cb9dc145c68b816 (diff) | |
download | MWCC-26b57fbea1a969ef6405365ff78391e9d3605621.tar.gz MWCC-26b57fbea1a969ef6405365ff78391e9d3605621.zip |
add cmakelists for CLion, tons and tons of reorganisation using new info from the Pro8 compiler
Diffstat (limited to 'command_line/CmdLine/Src/OSLib')
-rw-r--r-- | command_line/CmdLine/Src/OSLib/FileHandles.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/Generic.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/MacFileTypes.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/MacSpecs.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/MemUtils.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/Posix.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/StringExtras.c | 0 | ||||
-rw-r--r-- | command_line/CmdLine/Src/OSLib/StringUtils.c | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/command_line/CmdLine/Src/OSLib/FileHandles.c b/command_line/CmdLine/Src/OSLib/FileHandles.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/FileHandles.c diff --git a/command_line/CmdLine/Src/OSLib/Generic.c b/command_line/CmdLine/Src/OSLib/Generic.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/Generic.c diff --git a/command_line/CmdLine/Src/OSLib/MacFileTypes.c b/command_line/CmdLine/Src/OSLib/MacFileTypes.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/MacFileTypes.c diff --git a/command_line/CmdLine/Src/OSLib/MacSpecs.c b/command_line/CmdLine/Src/OSLib/MacSpecs.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/MacSpecs.c diff --git a/command_line/CmdLine/Src/OSLib/MemUtils.c b/command_line/CmdLine/Src/OSLib/MemUtils.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/MemUtils.c diff --git a/command_line/CmdLine/Src/OSLib/Posix.c b/command_line/CmdLine/Src/OSLib/Posix.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/Posix.c diff --git a/command_line/CmdLine/Src/OSLib/StringExtras.c b/command_line/CmdLine/Src/OSLib/StringExtras.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/StringExtras.c diff --git a/command_line/CmdLine/Src/OSLib/StringUtils.c b/command_line/CmdLine/Src/OSLib/StringUtils.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/command_line/CmdLine/Src/OSLib/StringUtils.c |