mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 12:30:32 +00:00
14 lines
394 B
Text
14 lines
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
|
||
|
|