Download
cyberslak
/lightsout
/GenerateR
(View History)
cyberslak Add LICENSE information | Latest amendment: 22 on 2025-03-15 |
1 | # SPDX-License-Identifier: MIT |
2 | |
3 | Set InFile "Macintosh HD:Documents:LightsOut:LightsOut.rsrc" |
4 | Set OutFile "Macintosh HD:Documents:LightsOut:LightsOut.r" |
5 | |
6 | Delete "{OutFile}" |
7 | Echo '// SPDX-License-Identifier: MIT' >> "{OutFile}" |
8 | Echo '// Generated by GenerateR' >> "{OutFile}" |
9 | Echo '#include "Types.r"' >> "{OutFile}" |
10 | Echo '#include "SysTypes.r"' >> "{OutFile}" |
11 | Echo '' >> "{OutFile}" |
12 | |
13 | DeRez -i "{RIncludes}" "{InFile}" Types.r SysTypes.r >> "{OutFile}" |