File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ FOR /R . %%d IN (.) DO rd /s /q "%%d\Release" 2>nul
55FOR /R . %%d IN (.) DO rd /s /q " %%d \x64" 2 > nul
66FOR /R . %%d IN (.) DO rd /s /q " %%d \Debug" 2 > nul
77FOR /R . %%d IN (.) DO rd /s /q " %%d \ipch" 2 > nul
8+ FOR /R . %%d IN (.) DO rd /s /q " %%d \ARM64" 2 > nul
89
910rem If the Properties directory is empty, remove it
1011FOR /R . %%d in (.) do rd /q " %%d \Properties" 2 > nul
Original file line number Diff line number Diff line change 1+ copy /y " %XEngine_Arm64% \XEngine_BaseLib\XEngine_BaseLib.dll" " ./"
2+ copy /y " %XEngine_Arm64% \XEngine_BaseLib\XEngine_Algorithm.dll" " ./"
3+ copy /y " %XEngine_Arm64% \XEngine_BaseLib\XEngine_BaseSafe.dll" " ./"
4+ copy /y " %XEngine_Arm64% \XEngine_Core\XEngine_Core.dll" " ./"
5+ copy /y " %XEngine_Arm64% \XEngine_Core\XEngine_ManagePool.dll" " ./"
6+ copy /y " %XEngine_Arm64% \XEngine_SystemSdk\XEngine_SystemApi.dll" " ./"
7+ copy /y " %XEngine_Arm64% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
8+ copy /y " %XEngine_Arm64% \XEngine_Client\XClient_APIHelp.dll" " ./"
9+ copy /y " %XEngine_Arm64% \XEngine_Client\XClient_Socket.dll" " ./"
10+ copy /y " %XEngine_Arm64% \XEngine_NetHelp\NetHelp_XSocket.dll" " ./"
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
77copy /y " %XEngine_Lib32% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
88copy /y " %XEngine_Lib32% \XEngine_Client\XClient_APIHelp.dll" " ./"
99copy /y " %XEngine_Lib32% \XEngine_Client\XClient_Socket.dll" " ./"
10- copy /y " %XEngine_Lib32% \XEngine_Client\XClient_Socket.dll" " ./"
1110copy /y " %XEngine_Lib32% \XEngine_NetHelp\NetHelp_XSocket.dll" " ./"
You can’t perform that action at this time.
0 commit comments