diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 22:54:36 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 22:54:36 +0200 |
commit | 3fb7a2bb22e83b1bcb7450c5df06593b0e7c9c4f (patch) | |
tree | 0b05eeb2277ecf621e19f88a670cf4a9258b56fb /r2w.ini |
configurazione rest2web
Diffstat (limited to 'r2w.ini')
-rw-r--r-- | r2w.ini | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ + +# Run settings +psyco = False +pause = False +skiperrors = False +DEBUG = False + +# Files and directories +start_directory = 'src' +target_directory = 'build' +compare_directory = 'old-build' +log_file = 'log.txt' +macros = 'macros.py' + +# Build settings +promote_headers = True + +[uservalues] +__encoding__ = 'UTF8' + +[Macro Paths] + |