From: Kevin Day Date: Sun, 10 Jun 2012 16:45:11 +0000 (-0500) Subject: Bugfix: fix build and install data settings file X-Git-Tag: 0.3.0~8 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=67f664e8f5f92abb12abbf3e5ed73559a5099a6b;p=fll Bugfix: fix build and install data settings file The settings should be for fll_colors and not fll_print. --- 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