From 67f664e8f5f92abb12abbf3e5ed73559a5099a6b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 10 Jun 2012 11:45:11 -0500 Subject: [PATCH] Bugfix: fix build and install data settings file The settings should be for fll_colors and not fll_print. --- level_2/fll_colors/data/build/settings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/level_2/fll_colors/data/build/settings b/level_2/fll_colors/data/build/settings index 35803f9..005516c 100644 --- a/level_2/fll_colors/data/build/settings +++ b/level_2/fll_colors/data/build/settings @@ -1,6 +1,6 @@ # fss-0000 -project_name fll_print +project_name fll_colors project_level 2 version_major 0 @@ -9,9 +9,9 @@ version_micro 0 build_compiler gcc build_libraries -lc -build_sources_library print.c +build_sources_library colors.c build_sources_program -build_sources_headers print.h +build_sources_headers colors.h build_shared yes flags_all -z now -- 1.8.3.1