ODS2: Message files for Windows builds

.gitignore carefully excludes some intermediate message files for
Windows builds, but were missed in the backlog commit.

The build scripting for them is easier on Unix.
This commit is contained in:
Timothe Litt
2023-04-09 18:40:36 -04:00
parent 070c77ec79
commit 0a850cad48
3 changed files with 1226 additions and 3 deletions

View File

@@ -34,7 +34,6 @@
{ "MOUNT", UINT32_C(2143)},
{ "RENAME", UINT32_C(2144)},
{ "SEARCH", UINT32_C(2145)},
{ "TYPE", UINT32_C(2146)},
#endif
#ifdef GENERATE_MSGTAB
#undef GENERATE_MSGTAB

View File

@@ -65,7 +65,6 @@ GLOBERR <unknown error !UL processing !AZ> /FAO=2
.FACILITY CREATE,86 /SHARED
.LITERAL CREATE_OFFSET = (86) ! 0x00000050 Warning
.LITERAL CREATE_CLOSEOUT = ((CREATE_FACILITY@16) + SHR$_ILLDESQUE + 2) ! 0x085612d2 Error
.LITERAL CREATE_CREATED = ((CREATE_FACILITY@16) + SHR$_ILLDIRCOPY + 3) ! 0x085612eb Info
.LITERAL CREATE_EXISTS = ((CREATE_FACILITY@16) + SHR$_INSVIRMEM + 3) ! 0x085612f3 Info
@@ -91,6 +90,7 @@ CREDIRFAIL <failed to create directory !AZ> /FAO=1
.FACILITY DELETE,87 /SHARED
.LITERAL DELETE_OFFSET = (87) ! 0x00000050 Warning
.LITERAL DELETE_OPENIN = ((DELETE_FACILITY@16) + SHR$_FILDEL) ! 0x08571320 Warning
.END
@@ -1095,11 +1095,11 @@ BADSTRING <search string !UL too short> /FAO=1
.FACILITY SHR,0 /SHARED
.LITERAL SHR_SEVERE = (4) ! 0x00000000 Warning
.SEVERITY WARNING
.BASE 0
NORMAL <normal successful completion>
.LITERAL SHR_SEVERE = (4) ! 0x00000000 Warning
.BASE 600
CONTINUE " Type <CR> to continue, f<CR> to finish, q<cr> to abort "

File diff suppressed because it is too large Load Diff