Add tile generation sub-project to win32

This commit is contained in:
nethack.allison
2002-01-18 12:57:06 +00:00
parent d2c3d25462
commit 2fef55edc0
5 changed files with 137 additions and 12 deletions
+21
View File
@@ -0,0 +1,21 @@
default: all
all: ..\win\win32\tiles.bmp
clean:
-del ..\src\win\win32\tiles.bmp
-del ..\win\win32\tiles.bmp
#==========================================
# Building the tiles file tile.bmp
#==========================================
..\src\tiles.bmp : ..\win\share\monsters.txt ..\win\share\objects.txt \
..\win\share\other.txt
chdir ..\src
..\util\tile2bmp.exe tiles.bmp
chdir ..\build
..\win\win32\tiles.bmp: ..\src\tiles.bmp
@copy ..\src\tiles.bmp ..\win\win32\tiles.bmp