premake5
- Moved premake5 Windows builds to BuildScripts/Windows - Renamed premake5.lua files build.lua
This commit is contained in:
		
							parent
							
								
									9701b08cc3
								
							
						
					
					
						commit
						0d28451010
					
				
					 8 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										2
									
								
								BuildScripts/Windows/vs2019.bat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								BuildScripts/Windows/vs2019.bat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
premake5 vs2019 --file=../build.lua
 | 
			
		||||
PAUSE
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
workspace "Light"
 | 
			
		||||
	location "../"
 | 
			
		||||
	startproject "Sandbox"
 | 
			
		||||
	startproject "Mirror"
 | 
			
		||||
 | 
			
		||||
	architecture "x64"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -16,9 +16,9 @@ dependenciesdir = "%{wks.location}/Dependencies/"
 | 
			
		|||
outputdir = "%{cfg.buildcfg}/%{cfg.system}/%{cfg.architecture}/%{prj.name}"
 | 
			
		||||
 | 
			
		||||
-- Projects --
 | 
			
		||||
include "../Engine/"
 | 
			
		||||
include "../Mirror/"
 | 
			
		||||
include "../Sandbox/"
 | 
			
		||||
include "../Engine/build.lua"
 | 
			
		||||
include "../Mirror/build.lua"
 | 
			
		||||
include "../Sandbox/build.lua"
 | 
			
		||||
 | 
			
		||||
-- Dependencies --
 | 
			
		||||
group "Dependencies"
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
premake5.exe vs2019
 | 
			
		||||
PAUSE
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue