From 3530ec839c0f27ebfffa3389817d3e163872c82e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 13 Aug 2011 23:02:56 -0400 Subject: [PATCH] Added new prototypes to combined file (#25) --- tools/combine | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/combine b/tools/combine index 9f4c9d6..51c4759 100755 --- a/tools/combine +++ b/tools/combine @@ -29,9 +29,10 @@ TPL_VAR='/**{CONTENT}**/' RMTRAIL="$PATH_TOOLS/rmtrail" # order matters -CAT_MODULES="warn prop_parser util propobj VisibilityObjectFactory" -CAT_MODULES="$CAT_MODULES member_builder ClassBuilder" -CAT_MODULES="$CAT_MODULES class class_final class_abstract interface" +CAT_MODS="warn prop_parser util propobj VisibilityObjectFactory" +CAT_MODS="$CAT_MODS FallbackVisibilityObjectFactory member_builder" +CAT_MODS="$CAT_MODS ClassBuilder VisibilityObjectFactoryFactory" +CAT_MODS="$CAT_MODS class class_final class_abstract interface" ## # Output template header @@ -84,7 +85,7 @@ fi tpl_header # output each of the modules -for module in $CAT_MODULES; do +for module in $CAT_MODS; do filename="$PATH_LIB/$module.$MODULE_EXT" if [ ! -f "$filename" ]; then