You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/11/23 14:45:53 UTC

svn commit: r478571 - /incubator/tuscany/cpp/sdo/samples/misc/build.bat

Author: robbinspg
Date: Thu Nov 23 05:45:52 2006
New Revision: 478571

URL: http://svn.apache.org/viewvc?view=rev&rev=478571
Log:
TUSCANY-918 - Add VS Express build for SDO sample

Added:
    incubator/tuscany/cpp/sdo/samples/misc/build.bat   (with props)

Added: incubator/tuscany/cpp/sdo/samples/misc/build.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/build.bat?view=auto&rev=478571
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/build.bat (added)
+++ incubator/tuscany/cpp/sdo/samples/misc/build.bat Thu Nov 23 05:45:52 2006
@@ -0,0 +1,34 @@
+@echo off
+@REM  Licensed to the Apache Software Foundation (ASF) under one
+@REM  or more contributor license agreements.  See the NOTICE file
+@REM  distributed with this work for additional information
+@REM  regarding copyright ownership.  The ASF licenses this file
+@REM  to you under the Apache License, Version 2.0 (the
+@REM  "License"); you may not use this file except in compliance
+@REM  with the License.  You may obtain a copy of the License at
+@REM  
+@REM    http://www.apache.org/licenses/LICENSE-2.0
+@REM    
+@REM  Unless required by applicable law or agreed to in writing,
+@REM  software distributed under the License is distributed on an
+@REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM  KIND, either express or implied.  See the License for the
+@REM  specific language governing permissions and limitations
+@REM  under the License.
+
+setlocal
+
+if "%TUSCANY_SDOCPP%" == "" (
+echo "TUSCANY_SDOCPP not set"
+goto end
+)
+
+echo using Tuscany SDOCPP: %TUSCANY_SDOCPP%
+
+call vcvars32
+
+call vcbuild VSExpress\misc.sln "Release|Win32"
+
+
+:end
+endlocal

Propchange: incubator/tuscany/cpp/sdo/samples/misc/build.bat
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org