IW4M-Admin/WebfrontCore/BuildScripts/PostBuild.bat
2018-04-07 16:46:43 -05:00

7 lines
176 B
Batchfile

set SolutionDir=%1
set ProjectDir=%2
set TargetDir=%3
if not exist "%ProjectDir%LibSQLCE\x86" (
md "%TargetDir%x86" xcopy /y "%ProjectDir%LibSQLCE\x86" "%TargetDir%x86\"
)