You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/10/11 20:50:06 UTC

svn commit: r462899 - /incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak

Author: robbinspg
Date: Wed Oct 11 11:50:05 2006
New Revision: 462899

URL: http://svn.apache.org/viewvc?view=rev&rev=462899
Log:
TUSCANY-785 BigBank windows build - remove hardcoded path

Modified:
    incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak

Modified: incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak?view=diff&rev=462899&r1=462898&r2=462899
==============================================================================
--- incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak (original)
+++ incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak Wed Oct 11 11:50:05 2006
@@ -124,24 +124,24 @@
 !IF  "$(CFG)" == "Build - Win32 Release"
 
 "WSAccountClient - Win32 Release" : 
-   cd "..WSAccountClient"
+   cd "..\WSAccountClient"
    $(MAKE) /$(MAKEFLAGS) /F .\WSAccountClient.mak CFG="WSAccountClient - Win32 Release" 
    cd "..\Build"
 
 "WSAccountClient - Win32 ReleaseCLEAN" : 
-   cd "..WSAccountClient"
+   cd "..\WSAccountClient"
    $(MAKE) /$(MAKEFLAGS) /F .\WSAccountClient.mak CFG="WSAccountClient - Win32 Release" RECURSE=1 CLEAN 
    cd "..\Build"
 
 !ELSEIF  "$(CFG)" == "Build - Win32 Debug"
 
 "WSAccountClient - Win32 Debug" : 
-   cd "..WSAccountClient"
+   cd "..\WSAccountClient"
    $(MAKE) /$(MAKEFLAGS) /F .\WSAccountClient.mak CFG="WSAccountClient - Win32 Debug" 
    cd "..\Build"
 
 "WSAccountClient - Win32 DebugCLEAN" : 
-   cd "..WSAccountClient"
+   cd "..\WSAccountClient"
    $(MAKE) /$(MAKEFLAGS) /F .\WSAccountClient.mak CFG="WSAccountClient - Win32 Debug" RECURSE=1 CLEAN 
    cd "..\Build"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org