Skip to content

Commit 1673fc4

Browse files
committed
modify:vs bat file
ci:update
1 parent 6e48768 commit 1673fc4

File tree

7 files changed

+7
-3
lines changed

7 files changed

+7
-3
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: libxengine/XEngine_OPenSource
49-
path: XEngine_Source/XEngine_Depend
49+
path: XEngine_Source/XEngine_DependLibrary
5050

5151
- name: Set TERM variable
5252
run: echo "TERM=xterm" >> $GITHUB_ENV

.github/workflows/debian_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
repository: libxengine/XEngine_OPenSource
45-
path: XEngine_Source/XEngine_Depend
45+
path: XEngine_Source/XEngine_DependLibrary
4646

4747
- name: Set TERM variable
4848
run: echo "TERM=xterm" >> $GITHUB_ENV

.github/workflows/fedora_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: libxengine/XEngine_OPenSource
49-
path: XEngine_Source/XEngine_Depend
49+
path: XEngine_Source/XEngine_DependLibrary
5050

5151
- name: install system package
5252
run: |

XEngine_Source/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

XEngine_Source/VSCopy_Arm64.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ copy /y "%XEngine_LibArm64%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99
copy /y "%XEngine_LibArm64%\XEngine_SystemSdk\XEngine_SystemConfig.dll" "./"
1010
copy /y "%XEngine_LibArm64%\XEngine_Client\XClient_APIHelp.dll" "./"
1111
copy /y "%XEngine_LibArm64%\XEngine_NetHelp\NetHelp_APIAddr.dll" "./"
12+
copy /y "%XEngine_LibArm64%\XEngine_NetHelp\NetHelp_XSocket.dll" "./"
1213

1314
copy /y "%XEngine_LibArm64%\XEngine_HelpComponents\HelpComponents_DataBase.dll" "./"
1415
copy /y "%XEngine_LibArm64%\XEngine_HelpComponents\HelpComponents_XLog.dll" "./"

XEngine_Source/VSCopy_x64.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ copy /y "%XEngine_Lib64%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99
copy /y "%XEngine_Lib64%\XEngine_SystemSdk\XEngine_SystemConfig.dll" "./"
1010
copy /y "%XEngine_Lib64%\XEngine_Client\XClient_APIHelp.dll" "./"
1111
copy /y "%XEngine_Lib64%\XEngine_NetHelp\NetHelp_APIAddr.dll" "./"
12+
copy /y "%XEngine_Lib64%\XEngine_NetHelp\NetHelp_XSocket.dll" "./"
1213

1314
copy /y "%XEngine_Lib64%\XEngine_HelpComponents\HelpComponents_DataBase.dll" "./"
1415
copy /y "%XEngine_Lib64%\XEngine_HelpComponents\HelpComponents_XLog.dll" "./"

XEngine_Source/VSCopy_x86.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99
copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemConfig.dll" "./"
1010
copy /y "%XEngine_Lib32%\XEngine_Client\XClient_APIHelp.dll" "./"
1111
copy /y "%XEngine_Lib32%\XEngine_NetHelp\NetHelp_APIAddr.dll" "./"
12+
copy /y "%XEngine_Lib32%\XEngine_NetHelp\NetHelp_XSocket.dll" "./"
1213

1314
copy /y "%XEngine_Lib32%\XEngine_HelpComponents\HelpComponents_DataBase.dll" "./"
1415
copy /y "%XEngine_Lib32%\XEngine_HelpComponents\HelpComponents_XLog.dll" "./"

0 commit comments

Comments
 (0)