1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-30 00:50:25 -05:00

add bat scripts

This commit is contained in:
RaidMax
2018-04-08 01:44:27 -05:00
parent d5aa03d277
commit 9eaed1d07d
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,9 @@
set SolutionDir=%1
set ProjectDir=%2
set TargetDir=%3
if "TargetDir" == "*Undefined*" (
echo "Copying extra files to publish dir"
xcopy /Y "%SolutionDir%BUILD\Plugins" "%SolutionDir%Publish\Plugins\"
xcopy /Y "%SolutionDir%SharedLibrary\LibSQLCe\x86" "%SolutionDir%Publish\x86\"
)