From 5b9f35ec7509e169f58500b66712eafb075d0b36 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 11 Oct 2009 16:46:46 +0200 Subject: Added a simple random generator --- Source/Kernel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 76bc9eb..9f300bc 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -5,7 +5,7 @@ CXX = g++ LD = ld LDFLAGS = -T Link.ld -Map Map.txt --oformat=elf32-i386 CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -Werror -I . -CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I . -Wall -Werror -Wno-write-strings -funsigned-char +CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I . -Wall -Werror -Wno-write-strings -funsigned-char -D THIS_IS_MELON -D RANDOM_SEED=`date +%N`LL ASM = nasm ASMFLAGS = -f elf @@ -45,6 +45,7 @@ Objects = Core/loader.wtf.o \ Library/String.class.o \ Library/ByteArray.class.o \ Library/WChar.class.o \ + Library/Rand.ns.o \ VFS/Partition.class.o \ VFS/Part.ns.o \ VFS/VFS.ns.o \ -- cgit v1.2.3