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

List:       kde-commits
Subject:    kdesupport/emerge
From:       Casper van Donderen <casper.vandonderen () gmail ! com>
Date:       2009-08-05 23:25:11
Message-ID: 1249514711.070783.18685.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1007560 by cvandonderen:

add some defaults for msvc2008, needs Vista/Server 2k8 SDK.

 M  +7 -0      kdesettings-example.bat  


--- trunk/kdesupport/emerge/kdesettings-example.bat #1007559:1007560
@@ -24,6 +24,9 @@
 if %KDECOMPILER% == "msvc2005" (
 set PSDKDIR=%PROGRAMFILES%\Microsoft Platform SDK for Windows Server 2003 R2
 )
+if %KDECOMPILER% == "msvc2008" (
+set PSDKDIR=%PROGRAMFILES%\Microsoft SDKs\Windows\v6.1
+)
 
 rem Here you set the location of the vcvarsall.bat file that adds
 rem Visual C++ environment variables into the build environment.
@@ -32,6 +35,10 @@
 set VSDIR=%PROGRAMFILES%\Microsoft Visual Studio 8
 call "%VSDIR%\VC\vcvarsall.bat" x86
 )
+if %KDECOMPILER% == "msvc2008" (
+set VSDIR=%PROGRAMFILES%\Microsoft Visual Studio 9.0
+call "%VSDIR%\VC\vcvarsall.bat" x86
+)
 
 rem Here you change the download directory.
 rem If you want, so you can share the same download directory between
[prev in list] [next in list] [prev in thread] [next in thread] 

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