Final version
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
C:
 | 
			
		||||
chdir C:\Dev\lux
 | 
			
		||||
E:
 | 
			
		||||
chdir E:\Software\OsDev
 | 
			
		||||
set CYGWIN=nodosfilewarning
 | 
			
		||||
 | 
			
		||||
C:\cygwin\bin\bash  /cygdrive/c/Dev/lux/build.sh
 | 
			
		||||
bash  /cygdrive/e/Software/OsDev/lux/build.sh
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
C:
 | 
			
		||||
chdir C:\Dev\lux
 | 
			
		||||
E:
 | 
			
		||||
chdir E:\Software\OsDev\lux
 | 
			
		||||
 | 
			
		||||
C:\cygwin\bin\bash  /cygdrive/c/Dev/lux/scripts/pack.sh
 | 
			
		||||
bash /cygdrive/e/Software/OsDev/lux/scripts/pack.sh
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
cd /cygdrive/c/Dev
 | 
			
		||||
cd /cygdrive/e/Software/OsDev
 | 
			
		||||
 | 
			
		||||
# Get version number
 | 
			
		||||
read version < ./lux/Kernel/include/version.h
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user