Changed: #1093 Move the visual_slot.tab to the right place after running sheets packer.

This commit is contained in:
kaetemi 2011-09-26 22:10:48 +02:00
parent 852e8e8f73
commit 7f229a1c0f
2 changed files with 3 additions and 1 deletions

View file

@ -77,6 +77,8 @@ else:
cf.write("\n")
cf.close()
subprocess.call([ SheetsPacker ])
copyFileIfNeeded(log, "visual_slot.tab", DataCommonDirectory + "/visual_slot.tab")
os.remove("visual_slot.tab")
printLog(log, "")
log.close()

View file

@ -44,8 +44,8 @@ ProjectsToProcess += [ "common/characters_maps_hr" ]
# Common client data and leveldesign projects
ProjectsToProcess += [ "common/fonts" ]
ProjectsToProcess += [ "common/gamedev" ]
ProjectsToProcess += [ "common/data_common" ]
ProjectsToProcess += [ "common/leveldesign" ]
ProjectsToProcess += [ "common/data_common" ]
ProjectsToProcess += [ "common/exedll" ]
ProjectsToProcess += [ "common/cfg" ]