mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 21:11:43 +00:00
cf11cbdb30
SVN r4 (trunk)
14 lines
No EOL
394 B
Text
14 lines
No EOL
394 B
Text
include wadmake
|
|
|
|
xlat/doom.x: xlat/doomxlat.txt xlat/defines.i
|
|
$(XLATCC) xlat/doomxlat.txt xlat/doom.x
|
|
|
|
xlat/heretic.x: xlat/hereticxlat.txt xlat/doomxlat.txt xlat/defines.i
|
|
$(XLATCC) xlat/hereticxlat.txt xlat/heretic.x
|
|
|
|
xlat/strife.x: xlat/strifexlat.txt xlat/defines.i
|
|
$(XLATCC) xlat/strifexlat.txt xlat/strife.x
|
|
|
|
dehsupp.lmp: dehsupp.txt
|
|
$(DEHSUPP) dehsupp.txt dehsupp.lmp
|
|
|