Fixed newlines.

This commit is contained in:
Richard Helgeby 2009-12-26 22:00:30 +01:00
parent 5e3546154a
commit 097975aa2f
1 changed files with 14 additions and 14 deletions

View File

@ -2,20 +2,20 @@
VERSION="zombiereloaded-3.0-b2"
REVISION=$(hg id -n)
# Source paths
BUILDDIR=build
PLUGINFILE=zombiereloaded.smx
PLUGINFILES="cstrike/*"
ZRTOOLS_SOURCE=/home/zrdev/archive/zrtools
DOCS="docs/*"
SOURCEDIR="src/*"
# Destination paths
RELEASEDIR=release
SOURCE_DEST=$RELEASEDIR/addons/sourcemod/scripting
DOCS_DEST=$RELEASEDIR/zrdocs
PLUGINDIR=$RELEASEDIR/addons/sourcemod/plugins
# Source paths
BUILDDIR=build
PLUGINFILE=zombiereloaded.smx
PLUGINFILES="cstrike/*"
ZRTOOLS_SOURCE=/home/zrdev/archive/zrtools
DOCS="docs/*"
SOURCEDIR="src/*"
# Destination paths
RELEASEDIR=release
SOURCE_DEST=$RELEASEDIR/addons/sourcemod/scripting
DOCS_DEST=$RELEASEDIR/zrdocs
PLUGINDIR=$RELEASEDIR/addons/sourcemod/plugins
EXTENSIONDIR=$RELEASEDIR/addons/sourcemod/extensions
ZIPFILE=$VERSION-r$REVISION.zip