Subversion Repositories Kolibri OS

Rev

Rev 6733 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6733 Rev 8463
Line 6... Line 6...
6
 
6
 
7
 
7
 
8
include '../../../../../proc32.inc'
8
include '../../../../../proc32.inc'
9
include '../../../../../macros.inc'
9
include '../../../../../macros.inc'
10
include '../../../../../KOSfuncs.inc'
10
include '../../../../../KOSfuncs.inc'
11
include '../../../box_lib/load_lib.mac'
11
include '../../../../../load_lib.mac'
Line 12... Line 12...
12
include '../../../../../dll.inc'
12
include '../../../../../dll.inc'
13
include '../../libimg/libimg.inc'
13
include '../../libimg/libimg.inc'
Line 26... Line 26...
26
else
26
else
27
	mov dest,.m_txt
27
	mov dest,.m_txt
28
end if
28
end if
29
}
29
}
Line 30... Line 30...
30
 
30
 
Line 31... Line 31...
31
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc, dll.Load
31
@use_library mem.Alloc,mem.Free,mem.ReAlloc, dll.Load
32
 
32
 
33
align 4
33
align 4
Line 249... Line 249...
249
lib_name_0 db 'buf2d.obj',0
249
lib_name_0 db 'buf2d.obj',0
Line 250... Line 250...
250
 
250
 
251
system_dir_1 db '/sys/lib/'
251
system_dir_1 db '/sys/lib/'
Line 252... Line -...
252
lib_name_1 db 'libimg.obj',0
-
 
253
 
-
 
254
err_message_found_lib0 db 'Sorry I cannot load library buf2d.obj',0
-
 
255
err_message_found_lib1 db 'Sorry I cannot load library libimg.obj',0
-
 
256
head_f_i:
-
 
257
head_f_l db 'System error',0
-
 
258
err_message_import0 db 'Error on load import library buf2d.obj',0
-
 
259
err_message_import1 db 'Error on load import library libimg.obj',0
252
lib_name_1 db 'libimg.obj',0
260
 
253
 
261
l_libs_start:
-
 
262
	lib0 l_libs lib_name_0, cur_dir_path, library_path, system_dir_0,\
254
l_libs_start:
263
		err_message_found_lib0, head_f_l, import_buf2d_lib,err_message_import0, head_f_i
-
 
264
	lib1 l_libs lib_name_1, cur_dir_path, library_path, system_dir_1,\
255
	lib0 l_libs lib_name_0, library_path, system_dir_0, import_buf2d_lib
265
		err_message_found_lib1, head_f_l, import_libimg, err_message_import1, head_f_i
256
	lib1 l_libs lib_name_1, library_path, system_dir_1, import_libimg
Line 266... Line 257...
266
load_lib_end:
257
load_lib_end:
267
;---------------------------------------------------------------------
258
;---------------------------------------------------------------------
268
 
259
 
269
align 16
260
align 16
270
I_END:
261
I_END:
271
	rd 4096
-
 
272
STACKTOP:
262
	rd 4096
273
cur_dir_path:
-
 
274
	rb 4096
263
STACKTOP: