*** empty log message ***

This commit is contained in:
David Anderson
2006-01-24 15:43:49 +00:00
parent 6cec38a329
commit 018b4645e8
4 changed files with 7 additions and 15 deletions

View File

@ -68,14 +68,6 @@ namespace AMXXRelease
if (!Directory.Exists(ABuilder.PropSlashes(basedir + "\\logs")))
ab.CreateDir(ABuilder.PropSlashes(basedir + "\\logs"));
if (!Directory.Exists(ABuilder.PropSlashes(basedir + "\\doc")))
ab.CreateDir(ABuilder.PropSlashes(basedir + "\\doc"));
File.Copy(
ABuilder.PropSlashes(source + "\\doc\\amxmodx-doc.chm"),
ABuilder.PropSlashes(basedir + "\\doc\\amxmodx-doc.chm"),
true);
ABuilder.CopyNormal(ab,
ABuilder.PropSlashes(source + "\\plugins\\include"),
ABuilder.PropSlashes(basedir + "\\scripting\\include"));