Subversion Repositories Kolibri OS

Rev

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

Rev 6079 Rev 6244
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 6079 $
16
$Revision: 6244 $
17
 
17
 
18
; Core functions
18
; Core functions
19
include "core/sync.inc"     ; macros for synhronization objects
19
include "core/sync.inc"     ; macros for synhronization objects
Line 40... Line 40...
40
include "gui/window.inc"
40
include "gui/window.inc"
41
include "gui/event.inc"
41
include "gui/event.inc"
42
include "gui/font.inc"
42
include "gui/font.inc"
43
include "gui/button.inc"
43
include "gui/button.inc"
Line 44... Line 44...
44
 
44
 
Line 45... Line 45...
45
; shutdown
45
include "boot/shutdown.inc" ; kernel shutdown
Line 46... Line 46...
46
 
46
 
47
; file system
47
; file system