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 --- .../sdo/projects/tuscany_sdo/Build/Build.dep | 2 + .../sdo/projects/tuscany_sdo/Build/Build.dsp | 63 +++++++ .../sdo/projects/tuscany_sdo/Build/Build.mak | 181 +++++++++++++++++++++ 3 files changed, 246 insertions(+) create mode 100644 tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dep create mode 100644 tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dsp create mode 100644 tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.mak (limited to 'tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build') diff --git a/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dep b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dep new file mode 100644 index 0000000000..b62497b7d8 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dep @@ -0,0 +1,2 @@ +# Microsoft Developer Studio Generated Dependency File, included by Build.mak + diff --git a/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dsp b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dsp new file mode 100644 index 0000000000..9a8320cefb --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.dsp @@ -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 diff --git a/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.mak b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.mak new file mode 100644 index 0000000000..a393cc94e1 --- /dev/null +++ b/tags/cpp-1.0-incubating-M2-RC2/sdo/projects/tuscany_sdo/Build/Build.mak @@ -0,0 +1,181 @@ +# 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 + -@erase + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +!IF "$(CFG)" == "Build - Win32 Release" + +MTL=midl.exe +MTL_PROJ= + +!ELSEIF "$(CFG)" == "Build - Win32 Debug" + +MTL=midl.exe +MTL_PROJ= + +!ENDIF + + +!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 + -- cgit v1.2.3