New app "CNC Control": prototype UI

git-svn-id: svn://kolibrios.org@7427 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
theonlymirage 2018-10-02 16:10:39 +00:00
parent 52697cbd3c
commit 2df98112f7
5 changed files with 2301 additions and 0 deletions

View File

@ -0,0 +1,4 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "ru" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
tup.rule({"cnc_control.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "cnc_control")

View File

@ -0,0 +1,5 @@
@echo lang fix ru >lang.inc
@fasm.exe -m 16384 cnc_control.asm cnc_control
@erase lang.inc
@kpack cnc_control
@pause

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB