comparison parpg.cfg.in @ 18:2e2d6d9009a3

Added a --fifepath option to the WAF build script. * Use the '--fifepath=<path/to/fife>' option to override the default search path and directly import the FIFE Python module from <path/to/fife>. * Modified the parpg.main module to support the new --fifepath option and ensure that the FIFE Python module pointed to by the --fifepath option is imported, regardless of whether multiple FIFE modules are already in the default search path.
author M. George Hansen <technopolitica@gmail.com>
date Fri, 10 Jun 2011 11:29:38 -1000
parents 927f2cf75357
children aa3d837024a3
comparison
equal deleted inserted replaced
17:15107282d9eb 18:2e2d6d9009a3
71 # Lighting Model to use (0-2) 71 # Lighting Model to use (0-2)
72 Lighting = 0 72 Lighting = 0
73 73
74 [parpg] 74 [parpg]
75 75
76 # Directory where the fife python module is located (path).
77 FifePath = "@FIFEPATH@"
78
76 # System directory where all data files are located (path) 79 # System directory where all data files are located (path)
77 DataPath = "@DATADIR@" 80 DataPath = "@DATADIR@"
78 81
79 # System subdirectory to load maps from (path) 82 # System subdirectory to load maps from (path)
80 MapsPath = maps 83 MapsPath = maps