steed/games/Makefile.windows
2009-11-19 20:08:34 +00:00

10 lines
360 B
Makefile

all:
install:
if not exist ..\bin\games\tutorial2 mkdir ..\bin\games\tutorial2
copy tutorial2 ..\bin\games\tutorial2
if not exist ..\bin\games\tutorial2-en mkdir ..\bin\games\tutorial2-en
copy tutorial2-en ..\bin\games\tutorial2-en
if not exist ..\bin\games\tutorial2-es mkdir ..\bin\games\tutorial2-es
copy tutorial2-es ..\bin\games\tutorial2-es
clean: