Remove SCASM, which was pointless and buggy bloat.

This commit is contained in:
David Anderson
2013-02-08 00:38:35 -08:00
parent 6e4f09366e
commit 7d9376a64b
38 changed files with 0 additions and 6718 deletions

View File

@ -40,9 +40,6 @@ namespace AMXXRelease
return true;
if ( (file.IndexOf("dlsym")!=-1) && Releaser.IsWindows )
return true;
if ( ((ABuilder.GetFileName(file).CompareTo("sasm")) == 0)
&& Releaser.IsWindows )
return true;
if (ABuilder.GetFileName(file).CompareTo("svn_version.tpl") == 0)
{
return true;