mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-16 18:19:38 -05:00
moved build events to batch files
This commit is contained in:
10
WebfrontCore/BuildScripts/PreBuild.bat
Normal file
10
WebfrontCore/BuildScripts/PreBuild.bat
Normal file
@ -0,0 +1,10 @@
|
||||
set SolutionDir=%1
|
||||
set ProjectDir=%2
|
||||
|
||||
if not exist "%SolutionDir%BUILD" (
|
||||
mkdir "%SolutionDir%BUILD"
|
||||
)
|
||||
|
||||
if not exist "%SolutionDir%BUILD\userraw\scripts" (
|
||||
mkdir "%SolutionDir%BUILD\userraw\scripts"
|
||||
)
|
Reference in New Issue
Block a user