diff options
| -rwxr-xr-x | webgen | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ cat_file() { none) cat -- "$_file" ;; + cpp) + cpp -P -o - -D__TEMPLATE__="\"$_tpl\"" -D__TEMPLATE_CLEAN__="\"$CLEANTPLNAME\"" -D __OUTPUT_FILE__="\"$OF\"" ./"$_file" + ;; *) echo "Error: Unknown preprocessor: $PREPROCESSOR" >&2 ;; |
