Move batchtool out of sourcepawn.

This commit is contained in:
David Anderson 2015-03-07 10:52:13 -08:00
parent d459ebee41
commit c81e7e3410
10 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -465,6 +465,6 @@ CopyFiles('plugins/playercommands', 'addons/sourcemod/scripting/playercommands',
)
if builder.target_platform == 'windows':
CopyFiles('sourcepawn/batchtool', 'addons/sourcemod/scripting', ['compile.exe'])
CopyFiles('tools/batchtool', 'addons/sourcemod/scripting', ['compile.exe'])
else:
CopyFiles('plugins', 'addons/sourcemod/scripting', ['compile.sh'])