diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-19 19:21:28 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-19 19:21:28 +0200 |
commit | 64fc3862f602750733b7dc0447d22ae5d4146821 (patch) | |
tree | 19d5a575c72744c75670543cdaedb1dce176a145 /Source/Kernel/Makefile | |
parent | 435b36921c10fecc363a61010e35cc8e508425dc (diff) | |
download | Melon-64fc3862f602750733b7dc0447d22ae5d4146821.tar.gz Melon-64fc3862f602750733b7dc0447d22ae5d4146821.zip |
Implemented ByteArray and wf command.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 3dbd125..67e9e39 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -35,6 +35,7 @@ Objects = Core/loader.wtf.o \ VTManager/VT.ns.o \ Library/Bitset.class.o \ Library/String.class.o \ + Library/ByteArray.class.o \ Library/WChar.class.o \ VFS/Partition.class.o \ VFS/Part.ns.o \ |