Author: robbinspg
Date: Wed Oct  4 06:41:32 2006
New Revision: 452887

URL: http://svn.apache.org/viewvc?view=rev&rev=452887
Log:
TUSCANY-793 SDO build update for VC6

Added:
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dep
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp   (with 
props)
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.mak
Modified:
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom/sdo_axiom.mak
    
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.mak
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.dsp
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.mak
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_test/sdo_test.mak
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.dsw
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.ncb
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.opt

Added: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dep
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dep?view=auto&rev=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dep (added)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dep Wed Oct  4 
06:41:32 2006
@@ -0,0 +1,2 @@
+# Microsoft Developer Studio Generated Dependency File, included by Build.mak

+


Added: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp?view=auto&rev=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp (added)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp Wed Oct  4 
06:41:32 2006
@@ -0,0 +1,63 @@
+# Microsoft Developer Studio Project File - Name="Build" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Generic Project" 0x010a

+

+CFG=Build - Win32 Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "Build.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "Build.mak" CFG="Build - Win32 Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "Build - Win32 Release" (based on "Win32 (x86) Generic Project")

+!MESSAGE "Build - Win32 Debug" (based on "Win32 (x86) Generic Project")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+MTL=midl.exe

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "Release"

+# PROP BASE Intermediate_Dir "Release"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "Release"

+# PROP Intermediate_Dir "Release"

+# PROP Target_Dir ""

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "Debug"

+# PROP BASE Intermediate_Dir "Debug"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "Debug"

+# PROP Intermediate_Dir "Debug"

+# PROP Target_Dir ""

+

+!ENDIF 

+

+# Begin Target

+

+# Name "Build - Win32 Release"

+# Name "Build - Win32 Debug"

+# End Target

+# End Project


Propchange: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.dsp
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Added: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.mak
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.mak?view=auto&rev=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.mak (added)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/Build/Build.mak Wed Oct  4 
06:41:32 2006
@@ -0,0 +1,178 @@
+# Microsoft Developer Studio Generated NMAKE File, Based on Build.dsp

+!IF "$(CFG)" == ""

+CFG=Build - Win32 Debug

+!MESSAGE No configuration specified. Defaulting to Build - Win32 Debug.

+!ENDIF 

+

+!IF "$(CFG)" != "Build - Win32 Release" && "$(CFG)" != "Build - Win32 Debug"

+!MESSAGE Invalid configuration "$(CFG)" specified.

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "Build.mak" CFG="Build - Win32 Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "Build - Win32 Release" (based on "Win32 (x86) Generic Project")

+!MESSAGE "Build - Win32 Debug" (based on "Win32 (x86) Generic Project")

+!MESSAGE 

+!ERROR An invalid configuration is specified.

+!ENDIF 

+

+!IF "$(OS)" == "Windows_NT"

+NULL=

+!ELSE 

+NULL=nul

+!ENDIF 

+

+OUTDIR=.\Release

+INTDIR=.\Release

+

+!IF "$(RECURSE)" == "0" 

+

+ALL : 

+

+!ELSE 

+

+ALL : "sdo_test - Win32 Release" "sdo_runtime - Win32 Release" "sdo_axiom_test 
- Win32 Release" "sdo_axiom - Win32 Release" 

+

+!ENDIF 

+

+!IF "$(RECURSE)" == "1" 

+CLEAN :"sdo_axiom - Win32 ReleaseCLEAN" "sdo_axiom_test - Win32 ReleaseCLEAN" 
"sdo_runtime - Win32 ReleaseCLEAN" "sdo_test - Win32 ReleaseCLEAN" 

+!ELSE 

+CLEAN :

+!ENDIF 

+       [EMAIL PROTECTED] 

+

+"$(OUTDIR)" :

+    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

+

+MTL=midl.exe

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+!ENDIF 

+

+MTL_PROJ=

+

+!IF "$(NO_EXTERNAL_DEPS)" != "1"

+!IF EXISTS("Build.dep")

+!INCLUDE "Build.dep"

+!ELSE 

+!MESSAGE Warning: cannot find "Build.dep"

+!ENDIF 

+!ENDIF 

+

+

+!IF "$(CFG)" == "Build - Win32 Release" || "$(CFG)" == "Build - Win32 Debug"

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+"sdo_axiom - Win32 Release" : 

+   cd "..\sdo_axiom"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Release" 

+   cd "..\Build"

+

+"sdo_axiom - Win32 ReleaseCLEAN" : 

+   cd "..\sdo_axiom"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Release" 
RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+"sdo_axiom - Win32 Debug" : 

+   cd "..\sdo_axiom"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Debug" 

+   cd "..\Build"

+

+"sdo_axiom - Win32 DebugCLEAN" : 

+   cd "..\sdo_axiom"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom.mak CFG="sdo_axiom - Win32 Debug" 
RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ENDIF 

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+"sdo_axiom_test - Win32 Release" : 

+   cd "..\sdo_axiom_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 
Release" 

+   cd "..\Build"

+

+"sdo_axiom_test - Win32 ReleaseCLEAN" : 

+   cd "..\sdo_axiom_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 
Release" RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+"sdo_axiom_test - Win32 Debug" : 

+   cd "..\sdo_axiom_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 
Debug" 

+   cd "..\Build"

+

+"sdo_axiom_test - Win32 DebugCLEAN" : 

+   cd "..\sdo_axiom_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_axiom_test.mak CFG="sdo_axiom_test - Win32 
Debug" RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ENDIF 

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+"sdo_runtime - Win32 Release" : 

+   cd "..\sdo_runtime"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 
Release" 

+   cd "..\Build"

+

+"sdo_runtime - Win32 ReleaseCLEAN" : 

+   cd "..\sdo_runtime"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 
Release" RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+"sdo_runtime - Win32 Debug" : 

+   cd "..\sdo_runtime"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Debug" 

+   cd "..\Build"

+

+"sdo_runtime - Win32 DebugCLEAN" : 

+   cd "..\sdo_runtime"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Debug" 
RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ENDIF 

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+"sdo_test - Win32 Release" : 

+   cd "..\sdo_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" 

+   cd "..\Build"

+

+"sdo_test - Win32 ReleaseCLEAN" : 

+   cd "..\sdo_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" 
RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+"sdo_test - Win32 Debug" : 

+   cd "..\sdo_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" 

+   cd "..\Build"

+

+"sdo_test - Win32 DebugCLEAN" : 

+   cd "..\sdo_test"

+   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" 
RECURSE=1 CLEAN 

+   cd "..\Build"

+

+!ENDIF 

+

+

+!ENDIF 

+


Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd (original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd Wed Oct  4 
06:41:32 2006
@@ -17,7 +17,7 @@
 @REM  under the License.
 
 setlocal
-cd sdo_axiom_test
-NMAKE /f "sdo_axiom_test.mak" CFG="sdo_axiom_test - Win32 Release"
+cd Build
+NMAKE /f "Build.mak" CFG="Build - Win32 Release"
 cd ..
 endlocal

Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom/sdo_axiom.mak
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom/sdo_axiom.mak?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom/sdo_axiom.mak 
(original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom/sdo_axiom.mak Wed 
Oct  4 06:41:32 2006
@@ -25,6 +25,10 @@
 NULL=nul

 !ENDIF 

 

+CPP=cl.exe

+MTL=midl.exe

+RSC=rc.exe

+

 !IF  "$(CFG)" == "sdo_axiom - Win32 Release"

 

 OUTDIR=.\Release

@@ -57,42 +61,8 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\deploy\include" /I 
"$(AXIS2C_HOME)\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D 
"_USRDLL" /D "SDO_AXIOM_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-MTL=midl.exe

 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_axiom.bsc" 

 BSC32_SBRS= \

@@ -159,42 +129,8 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\deploy\include" /I 
"$(AXIS2C_HOME)\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D 
"_USRDLL" /D "SDO_AXIOM_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-MTL=midl.exe

 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_axiom.bsc" 

 BSC32_SBRS= \

@@ -228,6 +164,36 @@
        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

 

 !ENDIF 

+

+.c{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.c{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

 

 

 !IF "$(NO_EXTERNAL_DEPS)" != "1"


Modified: 
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.mak
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.mak?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- 
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.mak
 (original)
+++ 
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.mak
 Wed Oct  4 06:41:32 2006
@@ -25,6 +25,9 @@
 NULL=nul

 !ENDIF 

 

+CPP=cl.exe

+RSC=rc.exe

+

 !IF  "$(CFG)" == "sdo_axiom_test - Win32 Release"

 

 OUTDIR=.\Release

@@ -39,12 +42,12 @@
 

 !ELSE 

 

-ALL : "sdo_test - Win32 Release" "sdo_runtime - Win32 Release" "sdo_axiom - 
Win32 Release" "$(OUTDIR)\sdo_axiom_test.exe"

+ALL : "sdo_runtime - Win32 Release" "sdo_axiom - Win32 Release" 
"$(OUTDIR)\sdo_axiom_test.exe"

 

 !ENDIF 

 

 !IF "$(RECURSE)" == "1" 

-CLEAN :"sdo_axiom - Win32 ReleaseCLEAN" "sdo_runtime - Win32 ReleaseCLEAN" 
"sdo_test - Win32 ReleaseCLEAN" 

+CLEAN :"sdo_axiom - Win32 ReleaseCLEAN" "sdo_runtime - Win32 ReleaseCLEAN" 

 !ELSE 

 CLEAN :

 !ENDIF 

@@ -55,40 +58,7 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\deploy\include" /I 
"$(AXIS2C_HOME)\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" 
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_axiom_test.bsc" 

 BSC32_SBRS= \

@@ -114,7 +84,7 @@
 OutDir=.\Release

 # End Custom Macros

 

-$(DS_POSTBUILD_DEP) : "sdo_test - Win32 Release" "sdo_runtime - Win32 Release" 
"sdo_axiom - Win32 Release" "$(OUTDIR)\sdo_axiom_test.exe"

+$(DS_POSTBUILD_DEP) : "sdo_runtime - Win32 Release" "sdo_axiom - Win32 
Release" "$(OUTDIR)\sdo_axiom_test.exe"

    copy ..\..\..\deploy\bin\*.dll Release

        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

 

@@ -132,12 +102,12 @@
 

 !ELSE 

 

-ALL : "sdo_test - Win32 Debug" "sdo_runtime - Win32 Debug" "sdo_axiom - Win32 
Debug" "$(OUTDIR)\sdo_axiom_test.exe"

+ALL : "sdo_runtime - Win32 Debug" "sdo_axiom - Win32 Debug" 
"$(OUTDIR)\sdo_axiom_test.exe"

 

 !ENDIF 

 

 !IF "$(RECURSE)" == "1" 

-CLEAN :"sdo_axiom - Win32 DebugCLEAN" "sdo_runtime - Win32 DebugCLEAN" 
"sdo_test - Win32 DebugCLEAN" 

+CLEAN :"sdo_axiom - Win32 DebugCLEAN" "sdo_runtime - Win32 DebugCLEAN" 

 !ELSE 

 CLEAN :

 !ENDIF 

@@ -151,40 +121,7 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\deploy\include" /I 
"$(AXIS2C_HOME)\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" 
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_axiom_test.bsc" 

 BSC32_SBRS= \

@@ -210,13 +147,43 @@
 OutDir=.\Debug

 # End Custom Macros

 

-$(DS_POSTBUILD_DEP) : "sdo_test - Win32 Debug" "sdo_runtime - Win32 Debug" 
"sdo_axiom - Win32 Debug" "$(OUTDIR)\sdo_axiom_test.exe"

+$(DS_POSTBUILD_DEP) : "sdo_runtime - Win32 Debug" "sdo_axiom - Win32 Debug" 
"$(OUTDIR)\sdo_axiom_test.exe"

    copy ..\..\..\deploy\bin\*.dll Debug

        copy ..\..\..\deploy\bin\*.pdb Debug

        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

 

 !ENDIF 

 

+.c{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.c{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

 

 !IF "$(NO_EXTERNAL_DEPS)" != "1"

 !IF EXISTS("sdo_axiom_test.dep")

@@ -282,32 +249,6 @@
 "sdo_runtime - Win32 DebugCLEAN" : 

    cd "..\sdo_runtime"

    $(MAKE) /$(MAKEFLAGS) /F .\sdo_runtime.mak CFG="sdo_runtime - Win32 Debug" 
RECURSE=1 CLEAN 

-   cd "..\sdo_axiom_test"

-

-!ENDIF 

-

-!IF  "$(CFG)" == "sdo_axiom_test - Win32 Release"

-

-"sdo_test - Win32 Release" : 

-   cd "..\sdo_test"

-   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" 

-   cd "..\sdo_axiom_test"

-

-"sdo_test - Win32 ReleaseCLEAN" : 

-   cd "..\sdo_test"

-   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Release" 
RECURSE=1 CLEAN 

-   cd "..\sdo_axiom_test"

-

-!ELSEIF  "$(CFG)" == "sdo_axiom_test - Win32 Debug"

-

-"sdo_test - Win32 Debug" : 

-   cd "..\sdo_test"

-   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" 

-   cd "..\sdo_axiom_test"

-

-"sdo_test - Win32 DebugCLEAN" : 

-   cd "..\sdo_test"

-   $(MAKE) /$(MAKEFLAGS) /F .\sdo_test.mak CFG="sdo_test - Win32 Debug" 
RECURSE=1 CLEAN 

    cd "..\sdo_axiom_test"

 

 !ENDIF 


Modified: 
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.dsp?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.dsp 
(original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.dsp 
Wed Oct  4 06:41:32 2006
@@ -751,9 +751,5 @@
 

 SOURCE="..\..\..\Committers Guide.txt"

 # End Source File

-# Begin Source File

-

-SOURCE=..\..\..\readme.txt

-# End Source File

 # End Target

 # End Project


Modified: 
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.mak
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.mak?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.mak 
(original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_runtime/sdo_runtime.mak 
Wed Oct  4 06:41:32 2006
@@ -25,6 +25,10 @@
 NULL=nul

 !ENDIF 

 

+CPP=cl.exe

+MTL=midl.exe

+RSC=rc.exe

+

 !IF  "$(CFG)" == "sdo_runtime - Win32 Release"

 

 OUTDIR=.\Release

@@ -82,7 +86,6 @@
        [EMAIL PROTECTED] "$(INTDIR)\SDORuntimeException.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOSAX2Parser.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOSchemaSAX2Parser.obj"

-       [EMAIL PROTECTED] "$(INTDIR)\SDOString.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOUtils.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOXMLBufferWriter.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOXMLFileWriter.obj"

@@ -122,42 +125,8 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\runtime\core\src" /I 
"$(LIBXML2_HOME)\include" /I "$(ICONV_HOME)\include" /I "$(ZLIB_HOME)\include" 
/D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDO_EXPORTS" 
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-MTL=midl.exe

 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_runtime.bsc" 

 BSC32_SBRS= \

@@ -210,7 +179,6 @@
        "$(INTDIR)\SDORuntimeException.obj" \

        "$(INTDIR)\SDOSAX2Parser.obj" \

        "$(INTDIR)\SDOSchemaSAX2Parser.obj" \

-       "$(INTDIR)\SDOString.obj" \

        "$(INTDIR)\SDOUtils.obj" \

        "$(INTDIR)\SDOXMLBufferWriter.obj" \

        "$(INTDIR)\SDOXMLFileWriter.obj" \

@@ -321,7 +289,6 @@
        [EMAIL PROTECTED] "$(INTDIR)\SDORuntimeException.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOSAX2Parser.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOSchemaSAX2Parser.obj"

-       [EMAIL PROTECTED] "$(INTDIR)\SDOString.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOUtils.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOXMLBufferWriter.obj"

        [EMAIL PROTECTED] "$(INTDIR)\SDOXMLFileWriter.obj"

@@ -364,42 +331,8 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\runtime\core\src" /I 
"$(LIBXML2_HOME)\include" /I "$(ICONV_HOME)\include" /I "$(ZLIB_HOME)\include" 
/D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDO_EXPORTS" 
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-MTL=midl.exe

 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_runtime.bsc" 

 BSC32_SBRS= \

@@ -452,7 +385,6 @@
        "$(INTDIR)\SDORuntimeException.obj" \

        "$(INTDIR)\SDOSAX2Parser.obj" \

        "$(INTDIR)\SDOSchemaSAX2Parser.obj" \

-       "$(INTDIR)\SDOString.obj" \

        "$(INTDIR)\SDOUtils.obj" \

        "$(INTDIR)\SDOXMLBufferWriter.obj" \

        "$(INTDIR)\SDOXMLFileWriter.obj" \

@@ -509,6 +441,36 @@
 

 !ENDIF 

 

+.c{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.c{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

 

 !IF "$(NO_EXTERNAL_DEPS)" != "1"

 !IF EXISTS("sdo_runtime.dep")

@@ -787,12 +749,6 @@
 SOURCE=..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.cpp

 

 "$(INTDIR)\SDOSchemaSAX2Parser.obj" : $(SOURCE) "$(INTDIR)"

-       $(CPP) $(CPP_PROJ) $(SOURCE)

-

-

-SOURCE=..\..\..\runtime\core\src\commonj\sdo\SDOString.cpp

-

-"$(INTDIR)\SDOString.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

 


Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_test/sdo_test.mak
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_test/sdo_test.mak?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_test/sdo_test.mak 
(original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/sdo_test/sdo_test.mak Wed 
Oct  4 06:41:32 2006
@@ -25,6 +25,9 @@
 NULL=nul

 !ENDIF 

 

+CPP=cl.exe

+RSC=rc.exe

+

 !IF  "$(CFG)" == "sdo_test - Win32 Release"

 

 OUTDIR=.\Release

@@ -59,40 +62,7 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

 CPP_PROJ=/nologo /MD /W3 /GX /I "..\..\..\deploy\include" /D "WIN32" /D 
"NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-RSC=rc.exe

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_test.bsc" 

 BSC32_SBRS= \

@@ -135,11 +105,11 @@
 

 !IF "$(RECURSE)" == "0" 

 

-ALL : "$(OUTDIR)\sdo_test.exe"

+ALL : "$(OUTDIR)\sdo_test.exe" "$(OUTDIR)\sdo_test.bsc"

 

 !ELSE 

 

-ALL : "sdo_runtime - Win32 Debug" "$(OUTDIR)\sdo_test.exe"

+ALL : "sdo_runtime - Win32 Debug" "$(OUTDIR)\sdo_test.exe" 
"$(OUTDIR)\sdo_test.bsc"

 

 !ENDIF 

 

@@ -149,12 +119,18 @@
 CLEAN :

 !ENDIF 

        [EMAIL PROTECTED] "$(INTDIR)\main.obj"

+       [EMAIL PROTECTED] "$(INTDIR)\main.sbr"

        [EMAIL PROTECTED] "$(INTDIR)\SdoGenerate.obj"

+       [EMAIL PROTECTED] "$(INTDIR)\SdoGenerate.sbr"

        [EMAIL PROTECTED] "$(INTDIR)\sdotest.obj"

+       [EMAIL PROTECTED] "$(INTDIR)\sdotest.sbr"

        [EMAIL PROTECTED] "$(INTDIR)\sdotest2.obj"

+       [EMAIL PROTECTED] "$(INTDIR)\sdotest2.sbr"

        [EMAIL PROTECTED] "$(INTDIR)\utils.obj"

+       [EMAIL PROTECTED] "$(INTDIR)\utils.sbr"

        [EMAIL PROTECTED] "$(INTDIR)\vc60.idb"

        [EMAIL PROTECTED] "$(INTDIR)\vc60.pdb"

+       [EMAIL PROTECTED] "$(OUTDIR)\sdo_test.bsc"

        [EMAIL PROTECTED] "$(OUTDIR)\sdo_test.exe"

        [EMAIL PROTECTED] "$(OUTDIR)\sdo_test.ilk"

        [EMAIL PROTECTED] "$(OUTDIR)\sdo_test.pdb"

@@ -162,44 +138,21 @@
 "$(OUTDIR)" :

     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

 

-CPP=cl.exe

-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\deploy\include" /D 
"WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" 
/FD /GZ /Zm200 /c 

-

-.c{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.obj::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.c{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cpp{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-.cxx{$(INTDIR)}.sbr::

-   $(CPP) @<<

-   $(CPP_PROJ) $< 

-<<

-

-RSC=rc.exe

+CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\deploy\include" /D 
"WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" 
/Fd"$(INTDIR)\\" /FD /GZ /Zm200 /c 

 BSC32=bscmake.exe

 BSC32_FLAGS=/nologo /o"$(OUTDIR)\sdo_test.bsc" 

 BSC32_SBRS= \

-       

+       "$(INTDIR)\main.sbr" \

+       "$(INTDIR)\SdoGenerate.sbr" \

+       "$(INTDIR)\sdotest.sbr" \

+       "$(INTDIR)\sdotest2.sbr" \

+       "$(INTDIR)\utils.sbr"

+

+"$(OUTDIR)\sdo_test.bsc" : "$(OUTDIR)" $(BSC32_SBRS)

+    $(BSC32) @<<

+  $(BSC32_FLAGS) $(BSC32_SBRS)

+<<

+

 LINK32=link.exe

 LINK32_FLAGS=tuscany_sdo.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes 
/pdb:"$(OUTDIR)\sdo_test.pdb" /debug /machine:I386 
/out:"$(OUTDIR)\sdo_test.exe" /pdbtype:sept /libpath:"..\..\..\deploy\lib" 

 LINK32_OBJS= \

@@ -224,13 +177,43 @@
 OutDir=.\Debug

 # End Custom Macros

 

-$(DS_POSTBUILD_DEP) : "sdo_runtime - Win32 Debug" "$(OUTDIR)\sdo_test.exe"

+$(DS_POSTBUILD_DEP) : "sdo_runtime - Win32 Debug" "$(OUTDIR)\sdo_test.exe" 
"$(OUTDIR)\sdo_test.bsc"

    copy ..\..\..\deploy\bin\*.dll Debug

        copy ..\..\..\deploy\bin\*.pdb Debug

        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

 

 !ENDIF 

 

+.c{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.obj::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.c{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cpp{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

+.cxx{$(INTDIR)}.sbr::

+   $(CPP) @<<

+   $(CPP_PROJ) $< 

+<<

+

 

 !IF "$(NO_EXTERNAL_DEPS)" != "1"

 !IF EXISTS("sdo_test.dep")

@@ -244,33 +227,93 @@
 !IF "$(CFG)" == "sdo_test - Win32 Release" || "$(CFG)" == "sdo_test - Win32 
Debug"

 SOURCE=..\..\..\runtime\core\test\main.cpp

 

+!IF  "$(CFG)" == "sdo_test - Win32 Release"

+

+

 "$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

+!ELSEIF  "$(CFG)" == "sdo_test - Win32 Debug"

+

+

+"$(INTDIR)\main.obj"   "$(INTDIR)\main.sbr" : $(SOURCE) "$(INTDIR)"

+       $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+!ENDIF 

+

 SOURCE=..\..\..\runtime\core\test\SdoGenerate.cpp

 

+!IF  "$(CFG)" == "sdo_test - Win32 Release"

+

+

 "$(INTDIR)\SdoGenerate.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

+!ELSEIF  "$(CFG)" == "sdo_test - Win32 Debug"

+

+

+"$(INTDIR)\SdoGenerate.obj"    "$(INTDIR)\SdoGenerate.sbr" : $(SOURCE) 
"$(INTDIR)"

+       $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+!ENDIF 

+

 SOURCE=..\..\..\runtime\core\test\sdotest.cpp

 

+!IF  "$(CFG)" == "sdo_test - Win32 Release"

+

+

 "$(INTDIR)\sdotest.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

+!ELSEIF  "$(CFG)" == "sdo_test - Win32 Debug"

+

+

+"$(INTDIR)\sdotest.obj"        "$(INTDIR)\sdotest.sbr" : $(SOURCE) "$(INTDIR)"

+       $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+!ENDIF 

+

 SOURCE=..\..\..\runtime\core\test\sdotest2.cpp

 

+!IF  "$(CFG)" == "sdo_test - Win32 Release"

+

+

 "$(INTDIR)\sdotest2.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

+!ELSEIF  "$(CFG)" == "sdo_test - Win32 Debug"

+

+

+"$(INTDIR)\sdotest2.obj"       "$(INTDIR)\sdotest2.sbr" : $(SOURCE) "$(INTDIR)"

+       $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+!ENDIF 

+

 SOURCE=..\..\..\runtime\core\test\utils.cpp

 

+!IF  "$(CFG)" == "sdo_test - Win32 Release"

+

+

 "$(INTDIR)\utils.obj" : $(SOURCE) "$(INTDIR)"

        $(CPP) $(CPP_PROJ) $(SOURCE)

 

+

+!ELSEIF  "$(CFG)" == "sdo_test - Win32 Debug"

+

+

+"$(INTDIR)\utils.obj"  "$(INTDIR)\utils.sbr" : $(SOURCE) "$(INTDIR)"

+       $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+!ENDIF 

 

 !IF  "$(CFG)" == "sdo_test - Win32 Release"

 


Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.dsw
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.dsw?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.dsw (original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.dsw Wed Oct  4 
06:41:32 2006
@@ -3,6 +3,30 @@
 

 ###############################################################################

 

+Project: "Build"=.\Build\Build.dsp - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+    Begin Project Dependency

+    Project_Dep_Name sdo_axiom

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name sdo_axiom_test

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name sdo_runtime

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name sdo_test

+    End Project Dependency

+}}}

+

+###############################################################################

+

 Project: "sdo_axiom"=.\sdo_axiom\sdo_axiom.dsp - Package Owner=<4>

 

 Package=<5>


Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.ncb
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.ncb?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
Binary files - no diff available.

Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.opt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/tuscany_sdo.opt?view=diff&rev=452887&r1=452886&r2=452887
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to