summaryrefslogtreecommitdiff
path: root/compiler_and_linker/Plugin_Tools/MacOS_PPC
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2022-10-19 21:16:43 +0100
committerAsh Wolf <ninji@wuffs.org>2022-10-19 21:16:43 +0100
commit685f22a6a0a5403c76316a2390c021a7b0f7597d (patch)
tree0a9f6c388acc8a457b5efe01adc71c28bcb6fe6f /compiler_and_linker/Plugin_Tools/MacOS_PPC
parentd1f153d34b023d81768f6087f67dbfff714bafc9 (diff)
downloadMWCC-685f22a6a0a5403c76316a2390c021a7b0f7597d.tar.gz
MWCC-685f22a6a0a5403c76316a2390c021a7b0f7597d.zip
lol why was this file left out
Diffstat (limited to 'compiler_and_linker/Plugin_Tools/MacOS_PPC')
-rw-r--r--compiler_and_linker/Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler_and_linker/Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r b/compiler_and_linker/Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r
new file mode 100644
index 0000000..ef6f93c
--- /dev/null
+++ b/compiler_and_linker/Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r
@@ -0,0 +1,7 @@
+static const char *STR911[] = {
+ "Can't read library",
+ "Illegal object file data",
+ "Not a PowerPC library",
+ "Illegal object file version",
+ NULL
+};