drop _mirror for real

main
Dominik Madarász 2023-10-22 17:57:34 +02:00
parent ad837572ad
commit 74abec6c0f
4 changed files with 2 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "depot"]
path = depot
url = git@dev.v4.games:v4games/depot.git
[submodule "_mirror"]
path = _mirror
url = https://github.com/r-lyeh/FWK

View File

@ -278,7 +278,7 @@ if "%1"=="vps" (
)
if "%1"=="fwk" (
pushd _mirror
pushd ..\fwk-mirror
call MAKE.bat sync
popd
call MAKE.bat fwk_prep

@ -1 +0,0 @@
Subproject commit f0970c2fe732535bb2db226b91f2c3889b3422b9

View File

@ -2,7 +2,7 @@
<project>
<paths>
<left>C:\Projects\v4k\_fwk\</left>
<right>C:\Projects\v4k\_mirror\</right>
<right>C:\Projects\fwk-mirror\</right>
<filter>*.cpp,*.h,*.c</filter>
<subfolders>1</subfolders>
<left-readonly>0</left-readonly>