diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:27:07 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:27:07 +0200 |
commit | af3ff7f8c80bb3953f261a602316f92ec662daa8 (patch) | |
tree | 6321339875d7bd3aa4d03ab0ae11b20f037459d2 /Makefile | |
parent | 82fec280c2ceba890ea794f5a5917877677fb984 (diff) | |
parent | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (diff) | |
download | Melon-af3ff7f8c80bb3953f261a602316f92ec662daa8.tar.gz Melon-af3ff7f8c80bb3953f261a602316f92ec662daa8.zip |
Merge branch 'advt'
Conflicts:
Source/Kernel/Melon.ke
Source/Kernel/VTManager/SimpleVT.class.cpp
Source/Kernel/VTManager/VirtualTerminal.proto.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,11 @@ Floppy = Melon.img Projects = Kernel Tools/MakeRamFS RamFS = Init.rfs -RamFSFiles = :/System :/System/Applications Source/Kernel/Ressources/Welcome.txt:/Welcome.txt :/System/Configuration :/Useless Source/Kernel/Ressources/Info.txt:/Useless/Info.txt Source/Kernel/Ressources/logo.cxd:/Useless/Melon-logo +RamFSFiles = :/System :/System/Applications :/System/Configuration \ + Source/Kernel/Ressources/Texts/Welcome.txt:/Welcome.txt \ + :/Useless \ + Source/Kernel/Ressources/Texts/Info.txt:/Useless/Info.txt \ + Source/Kernel/Ressources/Graphics/logo.text.cxd:/Useless/Melon-logo all: for p in $(Projects); do \ |