summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-20 14:27:07 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-20 14:27:07 +0200
commitaf3ff7f8c80bb3953f261a602316f92ec662daa8 (patch)
tree6321339875d7bd3aa4d03ab0ae11b20f037459d2 /Makefile
parent82fec280c2ceba890ea794f5a5917877677fb984 (diff)
parent1eb942c8a34166e43f43c843f09bb48ba40b65b2 (diff)
downloadMelon-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--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d0ff16..22f04c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \