From 3f2d2c529886c804178874ca53e1c3b54e4cd041 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 19 Nov 2009 17:58:34 +0000 Subject: Removing obsolete release candidate tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882224 13f79535-47bb-0310-9956-ffa450edef68 --- .../projects/Calculator/WSClient/WSClient.mak | 298 --------------------- 1 file changed, 298 deletions(-) delete mode 100644 tags/cpp-0.1.incubating-M1-RC3b/sca/samples/ides/devstudio6/projects/Calculator/WSClient/WSClient.mak (limited to 'tags/cpp-0.1.incubating-M1-RC3b/sca/samples/ides/devstudio6/projects/Calculator/WSClient/WSClient.mak') diff --git a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/ides/devstudio6/projects/Calculator/WSClient/WSClient.mak b/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/ides/devstudio6/projects/Calculator/WSClient/WSClient.mak deleted file mode 100644 index 4ce51c68bb..0000000000 --- a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/ides/devstudio6/projects/Calculator/WSClient/WSClient.mak +++ /dev/null @@ -1,298 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on WSClient.dsp -!IF "$(CFG)" == "" -CFG=WSClient - Win32 Debug -!MESSAGE No configuration specified. Defaulting to WSClient - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "WSClient - Win32 Release" && "$(CFG)" != "WSClient - 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 "WSClient.mak" CFG="WSClient - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "WSClient - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "WSClient - 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)" == "WSClient - Win32 Release" - -OUTDIR=.\Release -INTDIR=.\Release -# Begin Custom Macros -OutDir=.\Release -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\WSClient.exe" - -!ELSE - -ALL : "Client - Win32 Release" "Calculator - Win32 Release" "$(OUTDIR)\WSClient.exe" - -!ENDIF - -!IF "$(RECURSE)" == "1" -CLEAN :"Calculator - Win32 ReleaseCLEAN" "Client - Win32 ReleaseCLEAN" -!ELSE -CLEAN : -!ENDIF - -@erase "$(INTDIR)\axis2_Calculator_stub.obj" - -@erase "$(INTDIR)\Calculator_Client.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(OUTDIR)\WSClient.exe" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "$(TUSCANY_SDOCPP)/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)\WSClient.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 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_sca.lib tuscany_sdo.lib axis2_engine.lib axis2_parser.lib axis2_util.lib axiom.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\WSClient.pdb" /machine:I386 /out:"$(OUTDIR)\WSClient.exe" /libpath:"$(TUSCANY_SCACPP)\lib" /libpath:"$(TUSCANY_SDOCPP)\lib" /libpath:"$(AXIS2C_HOME)\lib" -LINK32_OBJS= \ - "$(INTDIR)\axis2_Calculator_stub.obj" \ - "$(INTDIR)\Calculator_Client.obj" \ - "..\Calculator\Release\Calculator.lib" - -"$(OUTDIR)\WSClient.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) : "Client - Win32 Release" "Calculator - Win32 Release" "$(OUTDIR)\WSClient.exe" - ..\wsdeploy.cmd Release - echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" - -!ELSEIF "$(CFG)" == "WSClient - Win32 Debug" - -OUTDIR=.\Debug -INTDIR=.\Debug -# Begin Custom Macros -OutDir=.\Debug -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\WSClient.exe" - -!ELSE - -ALL : "Client - Win32 Debug" "Calculator - Win32 Debug" "$(OUTDIR)\WSClient.exe" - -!ENDIF - -!IF "$(RECURSE)" == "1" -CLEAN :"Calculator - Win32 DebugCLEAN" "Client - Win32 DebugCLEAN" -!ELSE -CLEAN : -!ENDIF - -@erase "$(INTDIR)\axis2_Calculator_stub.obj" - -@erase "$(INTDIR)\Calculator_Client.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\WSClient.exe" - -@erase "$(OUTDIR)\WSClient.ilk" - -@erase "$(OUTDIR)\WSClient.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "$(TUSCANY_SDOCPP)/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)\WSClient.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 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_sca.lib tuscany_sdo.lib axis2_engine.lib axis2_parser.lib axis2_util.lib axiom.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\WSClient.pdb" /debug /machine:I386 /out:"$(OUTDIR)\WSClient.exe" /pdbtype:sept /libpath:"$(TUSCANY_SCACPP)\lib" /libpath:"$(TUSCANY_SDOCPP)\lib" /libpath:"$(AXIS2C_HOME)\lib" -LINK32_OBJS= \ - "$(INTDIR)\axis2_Calculator_stub.obj" \ - "$(INTDIR)\Calculator_Client.obj" \ - "..\Calculator\Debug\Calculator.lib" - -"$(OUTDIR)\WSClient.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) : "Client - Win32 Debug" "Calculator - Win32 Debug" "$(OUTDIR)\WSClient.exe" - ..\wsdeploy.cmd Debug - echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)" - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("WSClient.dep") -!INCLUDE "WSClient.dep" -!ELSE -!MESSAGE Warning: cannot find "WSClient.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "WSClient - Win32 Release" || "$(CFG)" == "WSClient - Win32 Debug" -SOURCE=..\..\..\..\..\Calculator\WSClient\axis2_Calculator_stub.cpp - -"$(INTDIR)\axis2_Calculator_stub.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\..\Calculator\WSClient\Calculator_Client.cpp - -"$(INTDIR)\Calculator_Client.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!IF "$(CFG)" == "WSClient - Win32 Release" - -"Calculator - Win32 Release" : - cd "..\Calculator" - $(MAKE) /$(MAKEFLAGS) /F .\Calculator.mak CFG="Calculator - Win32 Release" - cd "..\WSClient" - -"Calculator - Win32 ReleaseCLEAN" : - cd "..\Calculator" - $(MAKE) /$(MAKEFLAGS) /F .\Calculator.mak CFG="Calculator - Win32 Release" RECURSE=1 CLEAN - cd "..\WSClient" - -!ELSEIF "$(CFG)" == "WSClient - Win32 Debug" - -"Calculator - Win32 Debug" : - cd "..\Calculator" - $(MAKE) /$(MAKEFLAGS) /F .\Calculator.mak CFG="Calculator - Win32 Debug" - cd "..\WSClient" - -"Calculator - Win32 DebugCLEAN" : - cd "..\Calculator" - $(MAKE) /$(MAKEFLAGS) /F .\Calculator.mak CFG="Calculator - Win32 Debug" RECURSE=1 CLEAN - cd "..\WSClient" - -!ENDIF - -!IF "$(CFG)" == "WSClient - Win32 Release" - -"Client - Win32 Release" : - cd "..\Client" - $(MAKE) /$(MAKEFLAGS) /F .\Client.mak CFG="Client - Win32 Release" - cd "..\WSClient" - -"Client - Win32 ReleaseCLEAN" : - cd "..\Client" - $(MAKE) /$(MAKEFLAGS) /F .\Client.mak CFG="Client - Win32 Release" RECURSE=1 CLEAN - cd "..\WSClient" - -!ELSEIF "$(CFG)" == "WSClient - Win32 Debug" - -"Client - Win32 Debug" : - cd "..\Client" - $(MAKE) /$(MAKEFLAGS) /F .\Client.mak CFG="Client - Win32 Debug" - cd "..\WSClient" - -"Client - Win32 DebugCLEAN" : - cd "..\Client" - $(MAKE) /$(MAKEFLAGS) /F .\Client.mak CFG="Client - Win32 Debug" RECURSE=1 CLEAN - cd "..\WSClient" - -!ENDIF - - -!ENDIF - -- cgit v1.2.3