mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	git-svn-id: http://code.djangoproject.com/svn/django/trunk@15872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			550 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			550 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
set OSGEO4W_ROOT=C:\OSGeo4W
 | 
						|
set PYTHON_ROOT=C:\Python27
 | 
						|
set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
 | 
						|
set PROJ_LIB=%OSGEO4W_ROOT%\share\proj
 | 
						|
set PATH=%PATH%;%PYTHON_ROOT%;%OSGEO4W_ROOT%\bin
 | 
						|
reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_EXPAND_SZ /f /d "%PATH%"
 | 
						|
reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v GDAL_DATA /t REG_EXPAND_SZ /f /d "%GDAL_DATA%"
 | 
						|
reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v PROJ_LIB /t REG_EXPAND_SZ /f /d "%PROJ_LIB%"
 |