BoxLib: Small reorganization for user-macros.

1) Now all the macros used by other applications to work with BoxLib located in box_lib.mac 
2) Macros for components that are used only in the library BoxLib - located in  bl_sys.mac, a list of include files. 
3) Big requests to other developers  -support this rule, it will do easier to use macros for other applications.

git-svn-id: svn://kolibrios.org@1432 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79)
2010-03-12 19:52:43 +00:00
parent 294115f043
commit 79c0315dca
8 changed files with 304 additions and 243 deletions

View File

@@ -16,6 +16,7 @@ public EXPORTS
section '.flat' code readable align 16
include '../../../../macros.inc'
include 'bl_sys.mac'
include 'box_lib.mac' ;macro which should make life easier :)
;----------------------------------------------------