Subversion Repositories Kolibri OS

Rev

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

Rev 6200 Rev 6288
Line 20... Line 20...
20
 
20
 
21
align 4
21
align 4
22
start:
22
start:
23
	load_library name_tgl, cur_dir_path, library_path, system_path, \
23
	load_library name_tgl, cur_dir_path, library_path, system_path, \
24
		err_message_found_lib, head_f_l, import_lib_tinygl, err_message_import, head_f_i
24
		err_message_found_lib, head_f_l, import_lib_tinygl, err_message_import, head_f_i
25
	cmp eax,-1
25
	cmp eax,SF_TERMINATE_PROCESS
Line 26... Line 26...
26
	jz button.exit
26
	jz button.exit
Line 27... Line 27...
27
 
27
 
Line 876... Line 876...
876
	sz_#n db `n,0
876
	sz_#n db `n,0
877
}
877
}
878
include '../export.inc'
878
include '../export.inc'
Line 879... Line 879...
879
 
879
 
880
;--------------------------------------------------
880
;--------------------------------------------------
881
system_path db '/sys/lib/'
881
system_path db '/kolibrios/lib/'
882
name_tgl db 'tinygl.obj',0
882
name_tgl db 'tinygl.obj',0
883
err_message_found_lib db 'Sorry I cannot load library tinygl.obj',0
883
err_message_found_lib db 'Sorry I cannot load library tinygl.obj',0
884
head_f_i:
884
head_f_i:
885
head_f_l db 'System error',0
885
head_f_l db 'System error',0