From cedb5266aa1b63f6c43b5d6fb20ae6552f5ae803 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 5 Sep 2008 09:10:24 +0000 Subject: [PATCH] Removed PictureTest from the image since it's not that cool as a demo, and we have a better unit test anyway (FlattenPictureTest) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27334 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 73fa7efa8e..47259285ea 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -64,7 +64,7 @@ BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail ScreenSaver Sounds Time VirtualMemory ; BEOS_DEMOS = BSnow Chart Clock $(X86_ONLY)Cortex FontDemo - $(X86_ONLY)GLDirectMode $(X86_ONLY)GLTeapot Mandelbrot Pairs PictureTest + $(X86_ONLY)GLDirectMode $(X86_ONLY)GLTeapot Mandelbrot Pairs Playground Pulse Sudoku ; BEOS_SYSTEM_LIBS = libbe.so $(HAIKU_LIBSTDC++) libmedia.so libtracker.so @@ -293,11 +293,6 @@ SEARCH on $(spellFiles) = [ FDirName $(HAIKU_TOP) src apps mail ] ; AddFilesToHaikuImage beos etc word_dictionary : $(spellFiles) ; -local svgFiles = "lion.svg" ; -SEARCH on $(svgFiles) - = [ FDirName $(HAIKU_TOP) src tests kits interface picture ] ; -AddFilesToHaikuImage beos etc artwork : $(svgFiles) ; - local etcFiles = inputrc profile teapot.data ; etcFiles = $(etcFiles:G=etc) ; SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;