This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71f4810942
ReC98
/
.gitattributes
6 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Maintenance] Remove merge=union from .gitattributes What the…? *That's* what's been messing up merge conflicts all the time? Part of P0032, funded by zorg.
2019-09-20 19:38:08 +00:00
*.asm text eol=crlf
[Maintenance] Commit .bat files with LF line endings, but check out as CRLF Windows 9x requires CRLF for batch files to work at all. While Windows XP and later appear to work with LF line endings, they introduce devious glitches with certain commands: https://www.dostips.com/forum/viewtopic.php?t=8988 However, we still want to use LF endings in the repo to prevent the annoying ^M whitespace errors. Part of P0002, funded by GhostPhanom.
2024-06-15 04:12:08 +00:00
*.bat text eol=crlf
[Maintenance] Change line endings in old C/C++ files to LF Yup, even a DOS compiler from 1994 considered CRLF line endings as stupid. Part of P0172, funded by [Anonymous] and Blue Bolt.
2021-12-25 15:18:17 +00:00
*.[ch]* text eol=lf
[Build] 32-bit: Refactor the Tupfile into Lua A perfect `tup refactor`, already featuring most of the structure we're going to use for the merged 32-bit and 16-bit build. Also, inlining all the BCC32 stuff because we're no longer going to use this compiler anyway. Part of P0003, funded by GhostPhanom.
2024-06-05 09:44:30 +00:00
*.lua text eol=lf
[Build] Move ZUN.COM generation code into the `Pipeline/` directory These are just as much of a part of the PC-98 Touhou build pipeline as the sprite compiler. The future Tupfile will use the tupblocks concept of treating the build configuration as a branching tree, so we'd like everything under `Pipeline/` to share a single set of configuration flags. Part of P0002, funded by GhostPhanom.
2024-05-10 08:27:58 +00:00
zun.txt -text