Author: robbinspg
Date: Wed Oct 11 11:45:35 2006
New Revision: 462898
URL: http://svn.apache.org/viewvc?view=rev&rev=462898
Log:
TUSCANY-785 BigBank windows build - remove hardcoded path
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Accounts/Accounts.mak
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Build/Build.mak
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Accounts/Accounts.mak
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Accounts/Accounts.mak?view=diff&rev=462898&r1=462897&r2=462898
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Accounts/Accounts.mak
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/BigBank/Accounts/Accounts.mak
Wed Oct 11 11:45:35 2006
@@ -316,24 +316,24 @@
!IF "$(CFG)" == "Accounts - Win32 Release"
"AccountClient - Win32 Release" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Release"
cd "..\Accounts"
"AccountClient - Win32 ReleaseCLEAN" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Release" RECURSE=1 CLEAN
cd "..\Accounts"
!ELSEIF "$(CFG)" == "Accounts - Win32 Debug"
"AccountClient - Win32 Debug" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Debug"
cd "..\Accounts"
"AccountClient - Win32 DebugCLEAN" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Debug" RECURSE=1 CLEAN
cd "..\Accounts"
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=462898&r1=462897&r2=462898
==============================================================================
---
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:45:35 2006
@@ -72,24 +72,24 @@
!IF "$(CFG)" == "Build - Win32 Release"
"Accounts - Win32 Release" :
- cd "..Accounts"
+ cd "..\Accounts"
$(MAKE) /$(MAKEFLAGS) /F .\Accounts.mak CFG="Accounts - Win32 Release"
cd "..\Build"
"Accounts - Win32 ReleaseCLEAN" :
- cd "..Accounts"
+ cd "..\Accounts"
$(MAKE) /$(MAKEFLAGS) /F .\Accounts.mak CFG="Accounts - Win32 Release"
RECURSE=1 CLEAN
cd "..\Build"
!ELSEIF "$(CFG)" == "Build - Win32 Debug"
"Accounts - Win32 Debug" :
- cd "..Accounts"
+ cd "..\Accounts"
$(MAKE) /$(MAKEFLAGS) /F .\Accounts.mak CFG="Accounts - Win32 Debug"
cd "..\Build"
"Accounts - Win32 DebugCLEAN" :
- cd "..Accounts"
+ cd "..\Accounts"
$(MAKE) /$(MAKEFLAGS) /F .\Accounts.mak CFG="Accounts - Win32 Debug"
RECURSE=1 CLEAN
cd "..\Build"
@@ -98,24 +98,24 @@
!IF "$(CFG)" == "Build - Win32 Release"
"AccountClient - Win32 Release" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Release"
cd "..\Build"
"AccountClient - Win32 ReleaseCLEAN" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Release" RECURSE=1 CLEAN
cd "..\Build"
!ELSEIF "$(CFG)" == "Build - Win32 Debug"
"AccountClient - Win32 Debug" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Debug"
cd "..\Build"
"AccountClient - Win32 DebugCLEAN" :
- cd "..AccountClient"
+ cd "..\AccountClient"
$(MAKE) /$(MAKEFLAGS) /F .\AccountClient.mak CFG="AccountClient - Win32
Debug" RECURSE=1 CLEAN
cd "..\Build"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]