Removed ZRTools binaries from release package. Cleanup in scripts.

This commit is contained in:
Richard Helgeby 2010-04-05 01:40:29 +02:00
parent bac3384520
commit 5e3edcfdce
3 changed files with 3 additions and 7 deletions

View File

@ -1,3 +1,4 @@
# Script made by [SG-10]Cpt.Moore
SOURCEDIR=src
SMINCLUDES=env/include

View File

@ -9,7 +9,6 @@ SYNTAX="Usage: $0 [--patch <base rev>]"
BUILDDIR=build
PLUGINFILE=zombiereloaded.smx
PLUGINFILES="cstrike/*"
ZRTOOLS_SOURCE=/home/zrdev/archive/zrtools
DOCS="docs/*"
SOURCEDIR="src/*"
@ -76,11 +75,6 @@ then
# Copy all files.
echo "Copying plugin files..."
cp -r $PLUGINFILES $RELEASEDIR
echo "Copying extension binaries..."
mkdir -p $EXTENSIONDIR
cp $ZRTOOLS_SOURCE/zrtools.ext.so $EXTENSIONDIR
cp $ZRTOOLS_SOURCE/zrtools.ext.dll $EXTENSIONDIR
else
# Make diff files with config changes for each patch.
sh diffgen.sh

View File

@ -19,6 +19,7 @@ if not exist "%BUILDDIR%" (
echo Starting compiler:
%SPCOMP% -i%SOURCEDIR% -i%SOURCEDIR%/include -i%SMINCLUDES% -o%BUILDDIR%/zombiereloaded.smx %SOURCEDIR%\zombiereloaded.sp
echo Compiling done. This script is looped, close if you're done.
pause
compile.bat
compile.bat