From e9b15edd250af3d6519b99fe65825d5e7bc58d34 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 28 Jul 2011 21:12:02 +0000 Subject: [PATCH] move tiles.cfg out of eduke32/samples/ into eduke32/ and update synthesis.sh to reflect that git-svn-id: https://svn.eduke32.com/eduke32@1948 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/{samples => }/tiles.cfg | 0 polymer/synthesis.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename polymer/eduke32/{samples => }/tiles.cfg (100%) diff --git a/polymer/eduke32/samples/tiles.cfg b/polymer/eduke32/tiles.cfg similarity index 100% rename from polymer/eduke32/samples/tiles.cfg rename to polymer/eduke32/tiles.cfg diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 8bd852fdf..40520d1fe 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 samples/* ) +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/* ) not_src_packaged=( psd source/jaudiolib/third-party/vorbis.framework/Versions/A/vorbis Apple ) # group that owns the resulting packages