[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2009-08-12 16:21:36
Message-ID: 1250094096.472964.25232.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1010480 by habacker:

let the installation decide which sdk to use

 M  +6 -2      kdesettings-example.bat  


--- trunk/kdesupport/emerge/kdesettings-example.bat #1010479:1010480
@@ -25,8 +25,12 @@
 set PSDKDIR=%PROGRAMFILES%\Microsoft Platform SDK for Windows Server 2003 R2
 )
 if %KDECOMPILER% == "msvc2008" (
-rem you may want to change v6.1 to v6.0a (installed by default by msvc2008)
-set PSDKDIR=%PROGRAMFILES%\Microsoft SDKs\Windows\v6.1
+	if exist %PROGRAMFILES%\Microsoft SDKs\Windows\v6.1 (
+		set PSDKDIR=%PROGRAMFILES%\Microsoft SDKs\Windows\v6.1
+	)
+	if exist %PROGRAMFILES%\Microsoft SDKs\Windows\v6.0a (
+		set PSDKDIR=%PROGRAMFILES%\Microsoft SDKs\Windows\v6.0a
+	)
 )
 
 rem Here you set the location of the vcvarsall.bat file that adds
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic