steed/games/Makefile.windows

14 lines
518 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
all:
install:
if not exist ..\bin\games\cat mkdir ..\bin\games\cat
copy cat ..\bin\games\cat
if not exist ..\bin\games\cat\gfx mkdir ..\bin\games\cat\gfx
copy cat\gfx ..\bin\games\cat\gfx
if not exist ..\bin\games\cat\mus mkdir ..\bin\games\cat\mus
copy cat\mus ..\bin\games\cat\mus
2009-09-14 15:35:20 +03:00
if not exist ..\bin\games\tutorial2 mkdir ..\bin\games\tutorial2
2009-09-14 16:42:34 +03:00
copy tutorial2 ..\bin\games\tutorial2
2009-09-15 07:40:50 +03:00
if not exist ..\bin\games\tutorial2-en mkdir ..\bin\games\tutorial2-en
copy tutorial2-en ..\bin\games\tutorial2-en
2009-08-26 08:25:53 +03:00
clean: