Subversion Repositories Kolibri OS

Rev

Rev 7833 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7833 Rev 8346
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
 
20
 
21
format binary as ""
21
format binary as ""
22
 
22
 
23
title equ 'Screenshooter v1.21' ; ‡ £®«®¢®ª ®ª­ 
23
title equ 'Screenshooter v1.21' ; ‡ £®«®¢®ª ®ª­ 
24
include '../../develop/libraries/box_lib/load_lib.mac'
24
include '../../load_lib.mac'
25
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
25
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
26
include '../../config.inc'		;for nightbuild
26
include '../../config.inc'		;for nightbuild
Line 32... Line 32...
32
include 'label.inc'
32
include 'label.inc'
33
include 'textwork.inc'
33
include 'textwork.inc'
34
include 'scrshoot.mac'
34
include 'scrshoot.mac'
Line 35... Line 35...
35
 
35
 
36
use32		     
36
use32		     
37
    org 0x0
37
    org 0
38
    db 'MENUET01'
-
 
39
    dd 0x1
-
 
40
    dd start
-
 
41
    dd IM_END
-
 
42
    dd i_end
-
 
43
    dd stacktop
-
 
44
    dd cmdstr
38
    db 'MENUET01'
Line 45... Line 39...
45
    dd cur_dir_path
39
    dd 1, start, IM_END, i_end, stacktop, cmdstr, cur_dir_path
46
 
40
 
Line 47... Line 41...
47
include 'lang.inc'
41
include 'lang.inc'
48
include '../../dll.inc'
42
include '../../dll.inc'
49
 
43
 
50
align 4
44
align 4
51
	@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
45
	@use_library mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
Line 52... Line 46...
52
	use_txt_button				;  |
46
	use_txt_button				;  |
Line 605... Line 599...
605
labels_end:
599
labels_end:
Line 606... Line 600...
606
 
600
 
607
;---------------------------------------------------------------------
601
;---------------------------------------------------------------------
Line 608... Line 602...
608
l_libs_start:
602
l_libs_start:
609
 
603
 
Line 610... Line 604...
610
library01  l_libs system_dir_Boxlib+9, cur_dir_path, library_path, system_dir_Boxlib, \
604
library01  l_libs system_dir_Boxlib+9, library_path, system_dir_Boxlib, \
611
err_message_found_lib1, head_f_l, Box_lib_import, err_message_import1, head_f_i
605
	Box_lib_import
Line 612... Line 606...
612
 
606
 
613
library02  l_libs system_dir_ProcLib+9, cur_dir_path, library_path, system_dir_ProcLib, \
607
library02  l_libs system_dir_ProcLib+9, library_path, system_dir_ProcLib, \
Line 614... Line 608...
614
err_message_found_lib2, head_f_l, ProcLib_import, err_message_import2, head_f_i
608
	ProcLib_import
615
 
609
 
616
library03  l_libs system_dir_LibImg+9, cur_dir_path, library_path, system_dir_LibImg, \
610
library03  l_libs system_dir_LibImg+9, library_path, system_dir_LibImg, \
617
err_message_found_lib3, head_f_l, import_libimg, err_message_import3, head_f_i
611
	import_libimg