From 5e3edcfdceb05d0c345a10e21439507871df83b4 Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Mon, 5 Apr 2010 01:40:29 +0200 Subject: [PATCH] Removed ZRTools binaries from release package. Cleanup in scripts. --- Makefile | 1 + build.sh | 6 ------ compile.bat | 3 ++- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7ebc52d..84b92b5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# Script made by [SG-10]Cpt.Moore SOURCEDIR=src SMINCLUDES=env/include diff --git a/build.sh b/build.sh index a2eeb36..7fd36ec 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,6 @@ SYNTAX="Usage: $0 [--patch ]" 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 diff --git a/compile.bat b/compile.bat index fb5d1a1..be8a5e8 100644 --- a/compile.bat +++ b/compile.bat @@ -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 \ No newline at end of file +compile.bat