Commit graph

5 commits

Author SHA1 Message Date
Doctor Nick
fa0599490e Update bootstrap readme 2015-12-03 13:44:17 -08:00
RjY
11b220c707 bootstrap: fix bootstrap.py with python2
- import print_function
- wrap buffer, which is required in py3 to read/write bytes (not
  strings) from stdin/stdout, but missing in py2 (gives AttributeError)
2015-12-03 21:22:42 +00:00
RjY
f6ea500080 bootstrap: hook into build system
- add bootstrap/Makefile to generate/cleanup bootstrap/doom2.wad
- call bootstrap/Makefile from main Makefile as appropriate
- delete bootstrap/doom2.wad, add bootstrap/.gitignore
2015-12-03 21:22:42 +00:00
RjY
88cdc36b12 bootstrap: generate doom2.wad
A trivial program to regenerate the doom2.wad "blob", needed to
bootstrap deutex and prevent it from leaking material from any
existing iwad into a new build, as described in bootstrap/README.txt.

This should address bug #67 (Fabian Greffrath)
2015-12-03 21:14:32 +00:00
Simon Howard
36658bee0e Import other stuff. 2006-05-09 16:20:42 +00:00