diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-13 18:05:27 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-13 18:05:27 +0100 |
commit | 2b9e97b8635c20c5a2b87789b1014489863d1994 (patch) | |
tree | 58fa9f2fa82ac9477819193b6731b8b927187224 /Source/Kernel/Makefile | |
parent | 7e3ecd80af5ddcedbfa3d849284400ed6568f516 (diff) | |
download | Melon-2b9e97b8635c20c5a2b87789b1014489863d1994.tar.gz Melon-2b9e97b8635c20c5a2b87789b1014489863d1994.zip |
Added a game of life simulator demo
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 82498b2..a70c8c5 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -12,7 +12,6 @@ ASMFLAGS = -f elf OutFile = Melon.ke Objects = Core/loader.wtf.o \ Core/kmain.wtf.o \ - Core/cppsupport.wtf.o \ Core/Sys.ns.o \ Core/Log.ns.o \ MemoryManager/Mem.ns.o \ @@ -47,6 +46,7 @@ Objects = Core/loader.wtf.o \ Linker/Binary.proto.o \ Linker/MelonBinary.class.o \ Linker/ElfBinary.class.o \ + ../Library/Common/cppsupport.wtf.o \ ../Library/Common/Bitset.class.o \ ../Library/Common/String.class.o \ ../Library/Common/ByteArray.class.o \ |