You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/05/31 17:18:21 UTC

svn commit: r543163 - /incubator/uima/uimacpp/trunk/buildsdk.cmd

Author: eae
Date: Thu May 31 08:18:21 2007
New Revision: 543163

URL: http://svn.apache.org/viewvc?view=rev&rev=543163
Log:
UIMA-405

Modified:
    incubator/uima/uimacpp/trunk/buildsdk.cmd

Modified: incubator/uima/uimacpp/trunk/buildsdk.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildsdk.cmd?view=diff&rev=543163&r1=543162&r2=543163
==============================================================================
--- incubator/uima/uimacpp/trunk/buildsdk.cmd (original)
+++ incubator/uima/uimacpp/trunk/buildsdk.cmd Thu May 31 08:18:21 2007
@@ -96,15 +96,15 @@
 	goto error
 )
 
-if not "%MSVCRT_HOME%" == "" goto msvcrt_set
-        set MSVCRT_HOME=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin
+if "%MSVCRT_HOME%" == "" (
+        set MSVCRT_HOME=C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT
         echo MSVCRT_HOME undefined: trying: "%MSVCRT_HOME%"
+)
 
-:msvcrt_set
-if exist "%MSVCRT_HOME%" goto msvcrt_exists
+if not exist "%MSVCRT_HOME%" (
         echo ERROR: MSVCRT_HOME "%MSVCRT_HOME%" is invalid.
         goto error
-:msvcrt_exists
+)
 
 if not exist "%UIMA_SCRIPTATORSDIR%"\uima.i (
 	echo ERROR: UIMA_SCRIPTATORSDIR "%UIMA_SCRIPTATORSDIR%" is invalid.