Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5253 mario79 1
if not exist bin mkdir rstearth_eng_bin
2
@erase lang.inc
3
@echo lang fix en >lang.inc
4
@fasm -m 16384 rstearth.asm rstearth_eng_bin\rstearth.kex
5
@erase lang.inc
6
@kpack rstearth_eng_bin\rstearth.kex
7
@copy resources\base_8bpp.png rstearth_eng_bin\base_8bpp.png
8
@copy resources\red_brick_8bpp.png rstearth_eng_bin\red_brick_8bpp.png
9
@copy resources\white_brick_8bpp.png rstearth_eng_bin\white_brick_8bpp.png
10
@copy resources\miku_8bpp.png rstearth_eng_bin\miku_8bpp.png
11
@copy resources\death_8bpp.png rstearth_eng_bin\death_8bpp.png
12
@copy resources\skeleton_8bpp.png rstearth_eng_bin\skeleton_8bpp.png
13
@copy resources\ifrit_8bpp.png rstearth_eng_bin\ifrit_8bpp.png
14
@copy resources\barret_8bpp.png rstearth_eng_bin\barret_8bpp.png
15
@copy resources\walking_with_poseidon.wav rstearth_eng_bin\walking_with_poseidon.wav
16
@copy resources\flaunch.wav rstearth_eng_bin\flaunch.wav
17
@pause