mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-23 08:45:19 +02:00
restructure .gitsubmodules
This commit is contained in:
parent
4fbbef33c3
commit
d653bcbe5d
2 changed files with 31 additions and 1127 deletions
55
.gitmodules
vendored
55
.gitmodules
vendored
|
@ -1,28 +1,35 @@
|
|||
[submodule "third-party/build/linux"]
|
||||
path = third-party/build/linux
|
||||
url = ./
|
||||
branch = third-party/build/linux
|
||||
[submodule "third-party/common/win"]
|
||||
path = third-party/common/win
|
||||
url = ./
|
||||
branch = third-party/common/win
|
||||
[submodule "third-party/common/linux"]
|
||||
path = third-party/common/linux
|
||||
url = ./
|
||||
branch = third-party/common/linux
|
||||
[submodule "third-party/deps/common"]
|
||||
path = third-party/deps/common
|
||||
url = ./
|
||||
branch = third-party/deps/common
|
||||
[submodule "third-party/deps/linux"]
|
||||
path = third-party/deps/linux
|
||||
url = ./
|
||||
branch = third-party/deps/linux
|
||||
[submodule "third-party/deps/win"]
|
||||
path = third-party/deps/win
|
||||
url = ./
|
||||
branch = third-party/deps/win
|
||||
|
||||
[submodule "third-party/build/win"]
|
||||
path = third-party/build/win
|
||||
url = ./
|
||||
branch = third-party/build/win
|
||||
|
||||
[submodule "third-party/build/linux"]
|
||||
path = third-party/build/linux
|
||||
url = ./
|
||||
branch = third-party/build/linux
|
||||
|
||||
[submodule "third-party/common/win"]
|
||||
path = third-party/common/win
|
||||
url = ./
|
||||
branch = third-party/common/win
|
||||
|
||||
[submodule "third-party/common/linux"]
|
||||
path = third-party/common/linux
|
||||
url = ./
|
||||
branch = third-party/common/linux
|
||||
|
||||
[submodule "third-party/deps/win"]
|
||||
path = third-party/deps/win
|
||||
url = ./
|
||||
branch = third-party/deps/win
|
||||
|
||||
[submodule "third-party/deps/linux"]
|
||||
path = third-party/deps/linux
|
||||
url = ./
|
||||
branch = third-party/deps/linux
|
||||
|
||||
[submodule "third-party/deps/common"]
|
||||
path = third-party/deps/common
|
||||
url = ./
|
||||
branch = third-party/deps/common
|
||||
|
|
1103
build_win.bat
1103
build_win.bat
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue