Skip to content

Commit

Permalink
Exclude source files from Gun Bonsai PK3 build
Browse files Browse the repository at this point in the history
This fixes some warnings on game load and also a crash with Adventures
of Square.
  • Loading branch information
ToxicFrog committed Jul 13, 2023
1 parent 53aa11b commit 40b86f4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions gun-bonsai/.pk3ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sprites/ui/.gitignore
sprites/ui/Makefile
sprites/ui/circlehud.png
sprites/ui/hud.xcf
sprites/ui/pentahud.png
sprites/ui/pentahudinverse.png
5 changes: 5 additions & 0 deletions gun-bonsai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.10.2

- Fix:
- Crash when loading GB with Adventures of Square

# 0.10.1

- Fix:
Expand Down
2 changes: 1 addition & 1 deletion gun-bonsai/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=GunBonsai
VERSION=0.10.1
VERSION=0.10.2
LUMPS=zscript.txt LANGUAGE.* *.md COPYING.freedoom
LUMPS+=MAPINFO CVARINFO SNDINFO KEYCONF MENUDEF GLDEFS BONSAIRC
LUMPS+=sprites sounds textures
Expand Down
Empty file added indestructable/.pk3ignore
Empty file.
Empty file added libtooltipmenu/.pk3ignore
Empty file.
2 changes: 1 addition & 1 deletion rules.make
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clean: clean.super

${PK3}: ${LUMPS} ${ZSCRIPT} ${ZSCRIPT_AUTO}
rm -f $@
zip -qr $@ $^
zip -qr $@ $^ --exclude @.pk3ignore
ln -sf $@ "${PK3LN}"

%.zsc: %.zs
Expand Down

0 comments on commit 40b86f4

Please sign in to comment.