From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../ides/devstudio6/projects/misc/build.cmd | 23 ++ .../samples/ides/devstudio6/projects/misc/misc.dsw | 29 +++ .../samples/ides/devstudio6/projects/misc/misc.ncb | Bin 0 -> 66560 bytes .../samples/ides/devstudio6/projects/misc/misc.opt | Bin 0 -> 53760 bytes .../projects/misc/sdo_misc/BuildInstructions.txt | 0 .../devstudio6/projects/misc/sdo_misc/sdo_misc.dsp | 156 ++++++++++++ .../devstudio6/projects/misc/sdo_misc/sdo_misc.mak | 266 +++++++++++++++++++++ .../samples/ides/devstudio7/projects/misc/misc.sln | 21 ++ .../samples/ides/devstudio7/projects/misc/misc.suo | Bin 0 -> 7680 bytes .../projects/misc/sdo_misc/BuildInstructions.txt | 0 .../projects/misc/sdo_misc/sdo_misc.vcproj | 182 ++++++++++++++ 11 files changed, 677 insertions(+) create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/build.cmd create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.dsw create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.ncb create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.opt create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/BuildInstructions.txt create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.dsp create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.sln create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.suo create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/BuildInstructions.txt create mode 100644 branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/sdo_misc.vcproj (limited to 'branches/cpp-M1/sdo/samples/ides') diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/build.cmd b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/build.cmd new file mode 100644 index 0000000000..c43c1b17ef --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/build.cmd @@ -0,0 +1,23 @@ +@echo off + +@REM Copyright 2006 The Apache Software Foundation or its licensors, as applicable. +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM 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, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +setlocal +if not exist ..\..\..\..\misc\deploy mkdir ..\..\..\..\misc\deploy +if not exist ..\..\..\..\misc\deploy\bin mkdir ..\..\..\..\misc\deploy\bin +call vcvars32 +cd sdo_misc +nmake -f sdo_misc.mak CFG="sdo_misc - Win32 Release" +cd .. +endlocal diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.dsw b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.dsw new file mode 100644 index 0000000000..816b3b2f93 --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "sdo_misc"=.\sdo_misc\sdo_misc.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.ncb b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.ncb new file mode 100644 index 0000000000..e05deb80a8 Binary files /dev/null and b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.ncb differ diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.opt b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.opt new file mode 100644 index 0000000000..8e3cd5168a Binary files /dev/null and b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/misc.opt differ diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/BuildInstructions.txt b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/BuildInstructions.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.dsp b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.dsp new file mode 100644 index 0000000000..ad3c9daae4 --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.dsp @@ -0,0 +1,156 @@ +# Microsoft Developer Studio Project File - Name="sdo_misc" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=sdo_misc - 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 "sdo_misc.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 "sdo_misc.mak" CFG="sdo_misc - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sdo_misc - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "sdo_misc - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "sdo_misc - 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 Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /I "$(TUSCANY_SDOCPP)\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x809 /d "NDEBUG" +# ADD RSC /l 0x809 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib /nologo /subsystem:console /machine:I386 /libpath:"$(TUSCANY_SDOCPP)\lib" +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Cmds=if not exist ..\..\..\..\..\misc\deploy mkdir ..\..\..\..\..\misc\deploy if not exist ..\..\..\..\..\misc\deploy\bin mkdir ..\..\..\..\..\misc\deploy\bin copy ..\..\..\..\..\misc\*.xsd ..\..\..\..\..\misc\deploy copy ..\..\..\..\..\misc\*.xml ..\..\..\..\..\misc\deploy copy Release\*.exe ..\..\..\..\..\misc\deploy\bin +# End Special Build Tool + +!ELSEIF "$(CFG)" == "sdo_misc - 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 Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(TUSCANY_SDOCPP)\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x809 /d "_DEBUG" +# ADD RSC /l 0x809 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"$(TUSCANY_SDOCPP)\lib" +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Cmds=if not exist ..\..\..\..\..\misc\deploy mkdir ..\..\..\..\..\misc\deploy if not exist ..\..\..\..\..\misc\deploy\bin mkdir ..\..\..\..\..\misc\deploy\bin copy ..\..\..\..\..\misc\*.xsd ..\..\..\..\..\misc\deploy copy ..\..\..\..\..\misc\*.xml ..\..\..\..\..\misc\deploy copy Debug\*.exe ..\..\..\..\..\misc\deploy\bin +# End Special Build Tool + +!ENDIF + +# Begin Target + +# Name "sdo_misc - Win32 Release" +# Name "sdo_misc - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\..\..\misc\ChangeSummarySave.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\ObjectCreation.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\Query.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\samples.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\Substitutes.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\XSDLoading.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\..\..\..\misc\samples.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=..\..\..\..\..\misc\ChangeSummarySave.xsd +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\companysubs.xsd +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\XSDLoading.xml +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\..\misc\XSDLoading.xsd +# End Source File +# End Group +# Begin Source File + +SOURCE=.\BuildInstructions.txt +# End Source File +# End Target +# End Project diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak new file mode 100644 index 0000000000..2b382d844a --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio6/projects/misc/sdo_misc/sdo_misc.mak @@ -0,0 +1,266 @@ +# Microsoft Developer Studio Generated NMAKE File, Based on sdo_misc.dsp +!IF "$(CFG)" == "" +CFG=sdo_misc - Win32 Debug +!MESSAGE No configuration specified. Defaulting to sdo_misc - Win32 Debug. +!ENDIF + +!IF "$(CFG)" != "sdo_misc - Win32 Release" && "$(CFG)" != "sdo_misc - 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 "sdo_misc.mak" CFG="sdo_misc - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sdo_misc - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "sdo_misc - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE +!ERROR An invalid configuration is specified. +!ENDIF + +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF + +!IF "$(CFG)" == "sdo_misc - Win32 Release" + +OUTDIR=.\Release +INTDIR=.\Release +# Begin Custom Macros +OutDir=.\Release +# End Custom Macros + +ALL : "$(OUTDIR)\sdo_misc.exe" + + +CLEAN : + -@erase "$(INTDIR)\ChangeSummarySave.obj" + -@erase "$(INTDIR)\ObjectCreation.obj" + -@erase "$(INTDIR)\Query.obj" + -@erase "$(INTDIR)\samples.obj" + -@erase "$(INTDIR)\Substitutes.obj" + -@erase "$(INTDIR)\vc60.idb" + -@erase "$(INTDIR)\XSDLoading.obj" + -@erase "$(OUTDIR)\sdo_misc.exe" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /MD /W3 /GX /I "$(TUSCANY_SDOCPP)\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_misc.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\sdo_misc.pdb" /machine:I386 /out:"$(OUTDIR)\sdo_misc.exe" /libpath:"$(TUSCANY_SDOCPP)\lib" +LINK32_OBJS= \ + "$(INTDIR)\ChangeSummarySave.obj" \ + "$(INTDIR)\ObjectCreation.obj" \ + "$(INTDIR)\Query.obj" \ + "$(INTDIR)\samples.obj" \ + "$(INTDIR)\Substitutes.obj" \ + "$(INTDIR)\XSDLoading.obj" + +"$(OUTDIR)\sdo_misc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +SOURCE="$(InputPath)" +DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep + +ALL : $(DS_POSTBUILD_DEP) + +# Begin Custom Macros +OutDir=.\Release +# 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 + echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" + +!ELSEIF "$(CFG)" == "sdo_misc - Win32 Debug" + +OUTDIR=.\Debug +INTDIR=.\Debug +# Begin Custom Macros +OutDir=.\Debug +# End Custom Macros + +ALL : "$(OUTDIR)\sdo_misc.exe" + + +CLEAN : + -@erase "$(INTDIR)\ChangeSummarySave.obj" + -@erase "$(INTDIR)\ObjectCreation.obj" + -@erase "$(INTDIR)\Query.obj" + -@erase "$(INTDIR)\samples.obj" + -@erase "$(INTDIR)\Substitutes.obj" + -@erase "$(INTDIR)\vc60.idb" + -@erase "$(INTDIR)\vc60.pdb" + -@erase "$(INTDIR)\XSDLoading.obj" + -@erase "$(OUTDIR)\sdo_misc.exe" + -@erase "$(OUTDIR)\sdo_misc.ilk" + -@erase "$(OUTDIR)\sdo_misc.pdb" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(TUSCANY_SDOCPP)\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_misc.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\sdo_misc.pdb" /debug /machine:I386 /out:"$(OUTDIR)\sdo_misc.exe" /pdbtype:sept /libpath:"$(TUSCANY_SDOCPP)\lib" +LINK32_OBJS= \ + "$(INTDIR)\ChangeSummarySave.obj" \ + "$(INTDIR)\ObjectCreation.obj" \ + "$(INTDIR)\Query.obj" \ + "$(INTDIR)\samples.obj" \ + "$(INTDIR)\Substitutes.obj" \ + "$(INTDIR)\XSDLoading.obj" + +"$(OUTDIR)\sdo_misc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +SOURCE="$(InputPath)" +DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep + +ALL : $(DS_POSTBUILD_DEP) + +# Begin Custom Macros +OutDir=.\Debug +# 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 + echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" + +!ENDIF + + +!IF "$(NO_EXTERNAL_DEPS)" != "1" +!IF EXISTS("sdo_misc.dep") +!INCLUDE "sdo_misc.dep" +!ELSE +!MESSAGE Warning: cannot find "sdo_misc.dep" +!ENDIF +!ENDIF + + +!IF "$(CFG)" == "sdo_misc - Win32 Release" || "$(CFG)" == "sdo_misc - Win32 Debug" +SOURCE=..\..\..\..\..\misc\ChangeSummarySave.cpp + +"$(INTDIR)\ChangeSummarySave.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +SOURCE=..\..\..\..\..\misc\ObjectCreation.cpp + +"$(INTDIR)\ObjectCreation.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +SOURCE=..\..\..\..\..\misc\Query.cpp + +"$(INTDIR)\Query.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +SOURCE=..\..\..\..\..\misc\samples.cpp + +"$(INTDIR)\samples.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +SOURCE=..\..\..\..\..\misc\Substitutes.cpp + +"$(INTDIR)\Substitutes.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +SOURCE=..\..\..\..\..\misc\XSDLoading.cpp + +"$(INTDIR)\XSDLoading.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + + +!ENDIF + diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.sln b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.sln new file mode 100644 index 0000000000..e17079e801 --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdo_misc", "sdo_misc\sdo_misc.vcproj", "{0B4E79E7-D66A-4501-9941-580C3E00A382}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {0B4E79E7-D66A-4501-9941-580C3E00A382}.Debug.ActiveCfg = Debug|Win32 + {0B4E79E7-D66A-4501-9941-580C3E00A382}.Debug.Build.0 = Debug|Win32 + {0B4E79E7-D66A-4501-9941-580C3E00A382}.Release.ActiveCfg = Release|Win32 + {0B4E79E7-D66A-4501-9941-580C3E00A382}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.suo b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.suo new file mode 100644 index 0000000000..d31a854277 Binary files /dev/null and b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/misc.suo differ diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/BuildInstructions.txt b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/BuildInstructions.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/sdo_misc.vcproj b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/sdo_misc.vcproj new file mode 100644 index 0000000000..faf875dabd --- /dev/null +++ b/branches/cpp-M1/sdo/samples/ides/devstudio7/projects/misc/sdo_misc/sdo_misc.vcproj @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3