forked from KolibriOS/kolibrios
info3ds: added resizing of the window with the figure and the list of vertices in the properties window, info3ds, info3ds_u: files with menu icons are embedded into the program Reviewed-on: KolibriOS/kolibrios#241 Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com> Reviewed-by: Burer <burer@noreply.localhost> Co-authored-by: IgorA <aie85playm@gmail.com> Co-committed-by: IgorA <aie85playm@gmail.com>
10 lines
298 B
Batchfile
10 lines
298 B
Batchfile
if not exist bin mkdir bin
|
|
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
if not exist bin\info3ds.ini @copy info3ds.ini bin\info3ds.ini
|
|
@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
|