IW4M-Admin/WebfrontCore/BuildScripts/PostBuild.bat

7 lines
176 B
Batchfile
Raw Normal View History

2018-04-07 17:46:43 -04:00
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\"
)