Compare commits
	
		
			No commits in common. "d816a62f442bef7f790691287cf09317044d6cd4" and "550d6081045983ab7bd13649f23a94bab284e152" have entirely different histories.
		
	
	
		
			d816a62f44
			...
			550d608104
		
	
		
							
								
								
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,3 @@
 | 
			
		||||
[submodule "dependencies/Connected"]
 | 
			
		||||
	path = dependencies/Connected
 | 
			
		||||
	url = https://git.tompit.com/Connected/Connected.git
 | 
			
		||||
	branch = develop
 | 
			
		||||
 | 
			
		||||
@ -1,22 +0,0 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
SET root=%cd%
 | 
			
		||||
 | 
			
		||||
echo "Syncing submodules"
 | 
			
		||||
git submodule sync
 | 
			
		||||
git submodule update --init --remote
 | 
			
		||||
echo "Submodules up to date"
 | 
			
		||||
 | 
			
		||||
FOR /F "delims=" %%a IN ('DIR "../dependencies" /A:d /B') DO (
 | 
			
		||||
    echo Handling %%a
 | 
			
		||||
    cd "../dependencies/%%a/build"
 | 
			
		||||
    echo %cd%
 | 
			
		||||
    IF EXIST init.bat  (
 | 
			
		||||
        echo "found init.bat"
 | 
			
		||||
	call init
 | 
			
		||||
    )    
 | 
			
		||||
    cd %root%
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
cd ../
 | 
			
		||||
dotnet build
 | 
			
		||||
							
								
								
									
										2
									
								
								dependencies/Connected
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										2
									
								
								dependencies/Connected
									
									
									
									
										vendored
									
									
								
							@ -1 +1 @@
 | 
			
		||||
Subproject commit dd40532a0ff03237407de9635c7211c5e1af5807
 | 
			
		||||
Subproject commit cc259dfc18c4ad6989898fa813e281b9249c3bd3
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user