Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 659
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: 593 $
16
$Revision: 659 $
17
 
17
 
18
 
18
 
Line 172... Line 172...
172
include "core/memory.inc"
172
include "core/memory.inc"
173
include "core/heap.inc"     ; kernel and app heap
173
include "core/heap.inc"     ; kernel and app heap
174
include "core/malloc.inc"   ; small kernel heap
174
include "core/malloc.inc"   ; small kernel heap
175
include "core/taskman.inc"
175
include "core/taskman.inc"
176
include "core/dll.inc"
176
include "core/dll.inc"
-
 
177
include "core/peload.inc"   ;
177
include "core/exports.inc"
178
include "core/exports.inc"
178
include "core/string.inc"
179
include "core/string.inc"
Line 179... Line 180...
179
 
180
 
180
; GUI stuff
181
; GUI stuff