Skip to content

Commit

Permalink
Tools - Update make.py for change to pboProject, remove dummy rtms (#…
Browse files Browse the repository at this point in the history
…10455)

* Tools - Update make.py for change to pboProject, remove dummy rtms

* dumb ies
  • Loading branch information
PabstMirror authored Dec 13, 2024
1 parent ba813a5 commit 28ea1b6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file removed addons/dragging/anim/zDummy.rtm
Binary file not shown.
Binary file removed addons/field_rations/anim/zDummy.rtm
Binary file not shown.
Binary file removed addons/gestures/anim/zDummy.rtm
Binary file not shown.
Binary file removed addons/goggles/anim/zDummy.rtm
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,9 +1352,9 @@ def main(argv):
cmd = [makepboTool, "-P","-A","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
elif skipPreprocessing:
print_green("addon.toml set [pboProject_noBinConfig = true]. Proceeding with non-binerized config build!")
cmd = [pboproject, "-B", "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "-S", "+Noisy", "+Clean", "-Warnings", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]
cmd = [pboproject, "-B", "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "+Noisy", "+Clean", "-Warnings", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]
else:
cmd = [pboproject, "+B", "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "-S", "+Noisy", "+Clean", "-Warnings", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]
cmd = [pboproject, "+B", "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "+Noisy", "+Clean", "-Warnings", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]

color("grey")
if quiet:
Expand Down
Empty file.
Empty file.

0 comments on commit 28ea1b6

Please sign in to comment.