system/zkey: Post-SVN clean up

- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
This commit is contained in:
2025-05-20 20:45:49 +01:00
parent 810ff2d356
commit b434807d61
6 changed files with 17 additions and 14 deletions

View File

@@ -446,7 +446,7 @@ tup.append_table(img_files, {
{"TINFO", VAR_PROGS .. "/system/tinfo/tinfo"}, {"TINFO", VAR_PROGS .. "/system/tinfo/tinfo"},
{"TIMER", VAR_PROGS .. "/other/Timer/Timer"}, {"TIMER", VAR_PROGS .. "/other/Timer/Timer"},
{"UNZ", VAR_PROGS .. "/fs/unz/unz"}, {"UNZ", VAR_PROGS .. "/fs/unz/unz"},
{"ZKEY", VAR_PROGS .. "/system/zkey/trunk/ZKEY"}, {"ZKEY", VAR_PROGS .. "/system/zkey/ZKEY"},
{"3D/3DWAV", VAR_PROGS .. "/demos/3dwav/trunk/3dwav"}, {"3D/3DWAV", VAR_PROGS .. "/demos/3dwav/trunk/3dwav"},
{"3D/CROWNSCR", VAR_PROGS .. "/demos/crownscr/trunk/crownscr"}, {"3D/CROWNSCR", VAR_PROGS .. "/demos/crownscr/trunk/crownscr"},
{"3D/3DCUBE2", VAR_PROGS .. "/demos/3dcube2/trunk/3DCUBE2"}, {"3D/3DCUBE2", VAR_PROGS .. "/demos/3dcube2/trunk/3DCUBE2"},

View File

@@ -81,7 +81,7 @@ fasm system\skinsel\skinsel.asm %BIN%\skinsel
fasm system\ss\trunk\@ss.asm %BIN%\@ss fasm system\ss\trunk\@ss.asm %BIN%\@ss
fasm system\vrr\trunk\vrr.asm %BIN%\vrr fasm system\vrr\trunk\vrr.asm %BIN%\vrr
fasm system\vrr_m\trunk\vrr_m.asm %BIN%\vrr_m fasm system\vrr_m\trunk\vrr_m.asm %BIN%\vrr_m
fasm system\zkey\trunk\zkey.asm %BIN%\zkey fasm system\zkey\zkey.asm %BIN%\zkey
echo * echo *
echo Building develop echo Building develop

View File

@@ -1,4 +1,4 @@
include '../../../proc32.inc' include '../../proc32.inc'
macro start_draw_window x,y,xsize,ysize,areacolor,caption macro start_draw_window x,y,xsize,ysize,areacolor,caption
{ {
@@ -125,4 +125,3 @@ macro putpixel x,y,color
mov edx, color mov edx, color
int 0x40 int 0x40
} }

View File

@@ -1,4 +1,9 @@
; SPDX-License-Identifier: NOASSERTION
; ;
; Text encoded with Code Page 866 - Cyrillic
; ZKEY. Version 0.51. ; ZKEY. Version 0.51.
; Virtual keyboard for KolibriOS. ; Virtual keyboard for KolibriOS.
; ;
@@ -20,7 +25,7 @@ use32
dd 0 dd 0
dd 0 dd 0
include '../../../macros.inc' include '../../macros.inc'
include "ASPAPI.INC" include "ASPAPI.INC"
N_KEYCOLOR equ 0x00677889 ; Normal button color N_KEYCOLOR equ 0x00677889 ; Normal button color
@@ -486,4 +491,3 @@ PROCINFO_BUFF process_information
rb 4096 rb 4096
STACKTOP: STACKTOP:
MEM: MEM: