Author: robbinspg
Date: Fri Oct 13 03:04:27 2006
New Revision: 463620
URL: http://svn.apache.org/viewvc?view=rev&rev=463620
Log:
TUSCANY-837 - correct samples build from src distro
Added:
incubator/tuscany/cpp/sdo/samples/build.bat (with props)
Modified:
incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak
Added: incubator/tuscany/cpp/sdo/samples/build.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/build.bat?view=auto&rev=463620
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/build.bat (added)
+++ incubator/tuscany/cpp/sdo/samples/build.bat Fri Oct 13 03:04:27 2006
@@ -0,0 +1,32 @@
[EMAIL PROTECTED] off
[EMAIL PROTECTED] Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED] or more contributor license agreements. See the NOTICE file
[EMAIL PROTECTED] distributed with this work for additional information
[EMAIL PROTECTED] regarding copyright ownership. The ASF licenses this file
[EMAIL PROTECTED] to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED] "License"); you may not use this file except in compliance
[EMAIL PROTECTED] with the License. You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED] software distributed under the License is distributed on an
[EMAIL PROTECTED] "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED] KIND, either express or implied. See the License for the
[EMAIL PROTECTED] specific language governing permissions and limitations
[EMAIL PROTECTED] under the License.
+
+
[EMAIL PROTECTED]
+
+if "%TUSCANY_SDOCPP%" == "" (
+echo "TUSCANY_SDOCPP not set"
+goto end
+)
+echo using TUSCANY_SDOCPP: %TUSCANY_SDOCPP%
+
+call vcvars32
+cd ides\devstudio6\projects\misc
+build.cmd
+
[EMAIL PROTECTED]
Propchange: incubator/tuscany/cpp/sdo/samples/build.bat
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak?view=diff&rev=463620&r1=463619&r2=463620
==============================================================================
---
incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak
(original)
+++
incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak
Fri Oct 13 03:04:27 2006
@@ -112,9 +112,7 @@
# End Custom Macros
$(DS_POSTBUILD_DEP) : "$(OUTDIR)\sdo_misc.exe"
- copy ..\..\..\..\..\misc\*.xsd ..\..\..\..\..\misc\deploy
- copy ..\..\..\..\..\misc\*.xml ..\..\..\..\..\misc\deploy
- copy Release\*.exe ..\..\..\..\..\misc\deploy\bin
+ ..\..\..\..\..\misc\deploy.bat ..\..\..\..\..\misc Release
echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
!ELSEIF "$(CFG)" == "sdo_misc - Win32 Debug"
@@ -207,9 +205,7 @@
# End Custom Macros
$(DS_POSTBUILD_DEP) : "$(OUTDIR)\sdo_misc.exe"
- copy ..\..\..\..\..\misc\*.xsd ..\..\..\..\..\misc\deploy
- copy ..\..\..\..\..\misc\*.xml ..\..\..\..\..\misc\deploy
- copy Debug\*.exe ..\..\..\..\..\misc\deploy\bin
+ ..\..\..\..\..\misc\deploy.bat ..\..\..\..\..\misc Debug
echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
!ENDIF
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]