Subversion Repositories Kolibri OS

Rev

Rev 7716 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7716 Rev 9947
Line 103... Line 103...
103
  mcall 48, 3, sc, sizeof.system_colors
103
  mcall 48, 3, sc, sizeof.system_colors
Line 104... Line 104...
104
 
104
 
Line 105... Line 105...
105
  mcall 12,1
105
  mcall 12,1
106
 
106
 
107
BTN_H equ 21
107
BTN_H equ 21
108
  
108
 
109
  mov  edx,[sc.work]
109
  mov  edx,[sc.work]
Line 110... Line 110...
110
  or   edx,0x34000000
110
  or   edx,0x34000000
Line 189... Line 189...
189
embedded:
189
embedded:
Line 190... Line 190...
190
 
190
 
Line 191... Line 191...
191
; Please use only filenames w/o path!
191
; Please use only filenames w/o path!
192
 
192
 
193
; -- Start of embedding area ------
193
; -- Start of embedding area ------
194
  embed_docdir_file 'README.TXT'       ;a
194
  embed_docdir_file 'CREDITS.TXT'       ;a
195
if lang eq ru
195
if lang eq ru
196
  embed_docdir_file 'GNU.TXT'          ;b
196
  embed_docdir_file 'GNU.TXT'          ;b
197
else
197
else