mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
moved build events to batch files
This commit is contained in:
9
SharedLibrary/BuildScripts/PostBuild.bat
Normal file
9
SharedLibrary/BuildScripts/PostBuild.bat
Normal file
@ -0,0 +1,9 @@
|
||||
set SolutionDir=%1
|
||||
set ProjectDir=%2
|
||||
set TargetDir=%3
|
||||
|
||||
if not exist "%TargetDir%x86" (
|
||||
echo "Copying SQLCe binaries"
|
||||
md "%TargetDir%x86"
|
||||
xcopy /y "%SolutionDir%SharedLibrary\LibSQLCe\x86" "%TargetDir%x86\"
|
||||
)
|
Reference in New Issue
Block a user