diff --git a/polymer/eduke32/Makefile b/polymer/eduke32/Makefile index 81e4becef..52e9eae2d 100644 --- a/polymer/eduke32/Makefile +++ b/polymer/eduke32/Makefile @@ -346,5 +346,5 @@ clean: echo -n "" > $(OBJ)/keep.me veryclean: clean - -rm -f $(EOBJ)/* $(RSRC)/*banner* + -rm -f $(EOBJ)/* $(RSRC)/*banner* $(EBACKTRACEDLL) echo -n "" > $(EOBJ)/keep.me diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index db257a9b5..b3a8bcd97 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -10,7 +10,7 @@ clean=veryclean # the following file paths are relative to $source targets=( eduke32.exe mapster32.exe ) -bin_packaged=( eduke32.exe eduke32.debug.exe mapster32.exe mapster32.debug.exe backtrace.dll libiconv2.dll libintl3.dll SEHELP.HLP STHELP.HLP names.h buildlic.txt GNU.TXT m32help.hlp nedmalloc.dll tiles.cfg samples/* ) +bin_packaged=( eduke32.exe eduke32.debug.exe mapster32.exe mapster32.debug.exe ebacktrace1.dll SEHELP.HLP STHELP.HLP names.h buildlic.txt GNU.TXT m32help.hlp nedmalloc.dll tiles.cfg samples/* ) not_src_packaged=( psd source/jaudiolib/third-party/vorbis.framework/Versions/A/vorbis Apple ) # group that owns the resulting packages