File tree Expand file tree Collapse file tree 7 files changed +7
-3
lines changed
Expand file tree Collapse file tree 7 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
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 @@ -9,6 +9,7 @@ copy /y "%XEngine_LibArm64%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99copy /y " %XEngine_LibArm64% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1010copy /y " %XEngine_LibArm64% \XEngine_Client\XClient_APIHelp.dll" " ./"
1111copy /y " %XEngine_LibArm64% \XEngine_NetHelp\NetHelp_APIAddr.dll" " ./"
12+ copy /y " %XEngine_LibArm64% \XEngine_NetHelp\NetHelp_XSocket.dll" " ./"
1213
1314copy /y " %XEngine_LibArm64% \XEngine_HelpComponents\HelpComponents_DataBase.dll" " ./"
1415copy /y " %XEngine_LibArm64% \XEngine_HelpComponents\HelpComponents_XLog.dll" " ./"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ copy /y "%XEngine_Lib64%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99copy /y " %XEngine_Lib64% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1010copy /y " %XEngine_Lib64% \XEngine_Client\XClient_APIHelp.dll" " ./"
1111copy /y " %XEngine_Lib64% \XEngine_NetHelp\NetHelp_APIAddr.dll" " ./"
12+ copy /y " %XEngine_Lib64% \XEngine_NetHelp\NetHelp_XSocket.dll" " ./"
1213
1314copy /y " %XEngine_Lib64% \XEngine_HelpComponents\HelpComponents_DataBase.dll" " ./"
1415copy /y " %XEngine_Lib64% \XEngine_HelpComponents\HelpComponents_XLog.dll" " ./"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ copy /y "%XEngine_Lib32%\XEngine_SystemSdk\XEngine_SystemApi.dll" "./"
99copy /y " %XEngine_Lib32% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1010copy /y " %XEngine_Lib32% \XEngine_Client\XClient_APIHelp.dll" " ./"
1111copy /y " %XEngine_Lib32% \XEngine_NetHelp\NetHelp_APIAddr.dll" " ./"
12+ copy /y " %XEngine_Lib32% \XEngine_NetHelp\NetHelp_XSocket.dll" " ./"
1213
1314copy /y " %XEngine_Lib32% \XEngine_HelpComponents\HelpComponents_DataBase.dll" " ./"
1415copy /y " %XEngine_Lib32% \XEngine_HelpComponents\HelpComponents_XLog.dll" " ./"
You can’t perform that action at this time.
0 commit comments