Subversion Repositories Kolibri OS

Rev

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

Rev 6874 Rev 8271
Line 4... Line 4...
4
	dd 1,START,I_END,MEM,STACKTOP,0,cur_dir_path
4
	dd 1,START,I_END,MEM,STACKTOP,0,cur_dir_path
Line 5... Line 5...
5
 
5
 
6
include '../../../../proc32.inc'
6
include '../../../../proc32.inc'
7
include '../../../../macros.inc'
7
include '../../../../macros.inc'
8
include '../../../../KOSfuncs.inc'
8
include '../../../../KOSfuncs.inc'
Line 9... Line 9...
9
include '../../../../develop/libraries/box_lib/load_lib.mac'
9
include '../../../../load_lib.mac'
10
 
10
 
11
include 'deflate.inc'
11
include 'deflate.inc'
Line 260... Line 260...
260
 
260
 
261
;--------------------------------------------------
261
;--------------------------------------------------
262
system_dir_0 db '/sys/lib/'
262
system_dir_0 db '/sys/lib/'
Line 263... Line -...
263
lib_name_0 db 'archiver.obj',0
-
 
264
 
-
 
265
err_message_found_lib0 db 'Sorry I cannot load library archiver.obj',0
-
 
266
head_f_i:
-
 
267
head_f_l db 'System error',0
-
 
268
err_message_import0 db 'Error on load import library archiver.obj',0
263
lib_name_0 db 'archiver.obj',0
269
 
264
 
270
l_libs_start:
-
 
271
	lib0 l_libs lib_name_0, cur_dir_path, library_path, system_dir_0,\
265
l_libs_start:
272
		err_message_found_lib0, head_f_l, import_archiver,err_message_import0, head_f_i
266
	lib0 l_libs lib_name_0, library_path, system_dir_0, import_archiver
Line 273... Line 267...
273
load_lib_end:
267
load_lib_end:
274
;---------------------------------------------------------------------
268
;---------------------------------------------------------------------