Author: mturk
Date: Tue Feb 23 15:23:47 2010
New Revision: 915383

URL: http://svn.apache.org/viewvc?rev=915383&view=rev
Log:
Set CPP for windows

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=915383&r1=915382&r2=915383&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Tue Feb 23 15:23:47 
2010
@@ -462,12 +462,14 @@
         platform=WINDOWS
         host=windows
         test ".$cc_set" = .no && cc=cl
+        test ".$cpp_set" = .no && cpp="$cl -nologo -EP"
         has_cygwin=yes
     ;;
     mingw* )
         platform=WINDOWS
         host=windows
         test ".$cc_set" = .no && cc=cl
+        test ".$cpp_set" = .no && cpp="$cl -nologo -EP"
     ;;
     *      )
         platform=`toupper "$host"`


Reply via email to