Skip to content

Commit 91c4b0c

Browse files
committed
modify:vs bat file
1 parent 2b47966 commit 91c4b0c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

VSClean.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FOR /R . %%d IN (.) DO rd /s /q "%%d\Release" 2>nul
55
FOR /R . %%d IN (.) DO rd /s /q "%%d\x64" 2>nul
66
FOR /R . %%d IN (.) DO rd /s /q "%%d\Debug" 2>nul
77
FOR /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

910
rem If the Properties directory is empty, remove it
1011
FOR /R . %%d in (.) do rd /q "%%d\Properties" 2> nul

VSCopy_Arm64.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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" "./"

VSCopy_x86.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
77
copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemConfig.dll" "./"
88
copy /y "%XEngine_Lib32%\XEngine_Client\XClient_APIHelp.dll" "./"
99
copy /y "%XEngine_Lib32%\XEngine_Client\XClient_Socket.dll" "./"
10-
copy /y "%XEngine_Lib32%\XEngine_Client\XClient_Socket.dll" "./"
1110
copy /y "%XEngine_Lib32%\XEngine_NetHelp\NetHelp_XSocket.dll" "./"

0 commit comments

Comments
 (0)