text shadow

This commit is contained in:
NishiOwO
2025-12-21 23:02:02 +09:00
parent 873c75b882
commit bdc67d6369
4 changed files with 16 additions and 3 deletions

View File

@@ -91,8 +91,7 @@ for (my $i = 0 ; $i < 2 ; $i++) {
foreach my $obj (@objs) {
print(OUT "\$ WRITE LINK_OPT \"$obj\"\n");
}
print(OUT
"\$ WRITE LINK_OPT \"SYS\$LIBRARY:DECW\$XLIBSHR/SHARE\"\n");
print(OUT "\$ WRITE LINK_OPT \"SYS\$LIBRARY:DECW\$XLIBSHR/SHARE\"\n");
print(OUT "\$ WRITE LINK_OPT \"SYS\$LIBRARY:DPML\$SHR/SHARE\"\n");
print(OUT "\$ CLOSE LINK_OPT\n");
print(OUT "\$ link /SHAREABLE=[.src]MwSHR.exe LINK.OPT/options\n");