Commit Graph

3 Commits

Author SHA1 Message Date
nmlgc b134834027 [zuncom] zungen: Allow spaces as listfile parameter separators
Not only would newlines complicate the `echo` commands in the future
Tup rules, but the sub-shell trick we'd have to use in order *to*
`echo` such newlines
(https://stackoverflow.com/questions/132799#comment10257404_132811)
won't work when running Tup through Wine:

	https://bugs.winehq.org/show_bug.cgi?id=21227

Part of P0002, funded by GhostPhanom.
2024-06-24 00:21:23 +02:00
Egor 8ec888f30a [zuncom] Get rid of moveup.asm
one less invokation of tasm+tlink == one less headache
2018-04-15 20:22:41 +03:00
Egor 16766e28ac [zuncom] Simplified build of zun.com
Now it uses a single utility (zungen) to generate the header and
concatenate all the files
2018-04-15 20:07:40 +03:00