and the list of vertices in the properties window Info3ds, Info3ds_u: files with menu icons are embedded into the program
10 lines
269 B
Batchfile
10 lines
269 B
Batchfile
if not exist bin mkdir bin
|
|
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@copy objects.png bin\objects.png
|
|
@fasm.exe -m 16384 info3ds.asm bin\info3ds.kex
|
|
@kpack bin\info3ds.kex
|
|
@fasm.exe -m 16384 info3ds_u.asm bin\info3ds_u.kex
|
|
@kpack bin\info3ds_u.kex
|
|
pause
|