Skip to content

Commit accaafe

Browse files
committed
modify:git submodule move to new dir
1 parent 027783a commit accaafe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "XEngine_Source/XEngine_Depend"]
2-
path = XEngine_Source/XEngine_Depend
2+
path = XEngine_Source/XEngine_DependLibrary/XEngine_Depend
33
url = https://github.com/libxengine/XEngine_OPenSource.git
44
[submodule "XEngine_Source/XEngine_DBDepend/phonedata"]
55
path = XEngine_Source/XEngine_DBDepend/XEngine_PhoneData

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)