Changed: #929 Corrected some config variable names for rbank build process.
This commit is contained in:
parent
7ea7ddcad0
commit
c29989ee2e
3 changed files with 4 additions and 3 deletions
|
@ -65,7 +65,7 @@ if LigoExportLand != "":
|
|||
mkPath(log, ExportBuildDirectory + "/" + LigoZoneBuildDirectory)
|
||||
mkPath(log, ExportBuildDirectory + "/" + LigoIgLandBuildDirectory)
|
||||
mkPath(log, ExportBuildDirectory + "/" + LigoIgOtherBuildDirectory)
|
||||
mkPath(log, ExportBuildDirectory + "/" + RbankCmbBuildDirectory)
|
||||
mkPath(log, ExportBuildDirectory + "/" + RbankMeshBuildDirectory)
|
||||
|
||||
# Setup client directories
|
||||
printLog(log, ">>> Setup client directories <<<")
|
||||
|
@ -102,7 +102,7 @@ if LigoExportLand != "":
|
|||
cf.write("\n")
|
||||
cf.write("DFNDir = \"" + LeveldesignDfnDirectory + "\";\n")
|
||||
cf.write("RefCMBDir = \"" + DatabaseDirectory + "/" + LigoDatabaseCmbExportDirectory + "\";\n") # FIXME
|
||||
cf.write("OutCMBDir = \"" + ExportBuildDirectory + "/" + RbankCmbBuildDirectory + "\";\n") # FIXME
|
||||
cf.write("OutCMBDir = \"" + ExportBuildDirectory + "/" + RbankMeshBuildDirectory + "\";\n") # FIXME
|
||||
cf.write("\n")
|
||||
cf.write("ContinentFile = \"" + LeveldesignWorldDirectory + "/" + ContinentFile + "\";\n")
|
||||
cf.write("\n")
|
||||
|
|
|
@ -89,7 +89,7 @@ cf.write("\n")
|
|||
cf.write("// Rbank settings\n")
|
||||
cf.write("\n")
|
||||
cf.write("Verbose = " + str(RBankVerbose) + ";\n")
|
||||
cf.write("ConsistencyCheck = " + str(RBankConsistencyCheck) + ";\n")
|
||||
cf.write("CheckConsistency = " + str(RBankConsistencyCheck) + ";\n")
|
||||
mkPath(log, ExportBuildDirectory + "/" + ZoneWeldBuildDirectory)
|
||||
cf.write("ZonePath = \"" + ExportBuildDirectory + "/" + ZoneWeldBuildDirectory + "/\";\n")
|
||||
mkPath(log, ExportBuildDirectory + "/" + SmallbankExportDirectory)
|
||||
|
|
|
@ -196,6 +196,7 @@ IgVillageBuildDirectory = "_invalid"
|
|||
|
||||
# Rbank directories
|
||||
RbankOutputBuildDirectory = "_invalid"
|
||||
RbankMeshBuildDirectory = "_invalid"
|
||||
|
||||
# Ligo directories
|
||||
|
||||
|
|
Loading…
Reference in a new issue