From 0d7915de0ecc33d09c8aecf330332a2729a0f2bc Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Wed, 15 Nov 2006 05:29:15 +0000 Subject: [PATCH] Fix errors introduced by code reorg --- .../client/lib/mechanisms/krb5/windows/Makefile.am | 4 ++-- CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am | 4 ++-- CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj | 4 ++-- CASA-auth-token/client/lib/windows/Makefile.am | 4 ++-- .../client/package/windows/authtokenclient_msi/Makefile.am | 4 ++-- .../client/package/windows/authtokenclient_msm/Makefile.am | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am b/CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am index d7bb146f..37864793 100644 --- a/CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am +++ b/CASA-auth-token/client/lib/mechanisms/krb5/windows/Makefile.am @@ -41,11 +41,11 @@ all-am: $(TARGET_FILE) .PHONY: $TARGET_FILE) devenv devenv: - @if ! test -x "$(VSINSTALLDIR)/devenv.exe"; then echo "Error: Microsoft Visual Studio .NET is currently required to build MSI and MSM packages"; exit 1; fi + @if ! test -x "$(VSINSTALLDIR)/Common7/IDE/devenv.exe"; then echo "Error: Microsoft Visual Studio .NET is currently required to build MSI and MSM packages"; exit 1; fi $(TARGET_FILE): devenv @rm -f $(LOG_FILE) $@ - @CMD='"$(VSINSTALLDIR)/devenv.exe" ../../../../auth.sln /build $(TARGET_CFG) /project $(PACKAGE) /out $(LOG_FILE)'; \ + @CMD='"$(VSINSTALLDIR)/Common7/IDE/devenv.exe" ../../../../authclient.sln /build $(TARGET_CFG) /project $(PACKAGE) /out $(LOG_FILE)'; \ echo $$CMD; \ if eval $$CMD; then \ ls -l $(TARGET_CFG)/$(TARGET_FILE); \ diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am b/CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am index fcf613f3..ddb3d416 100644 --- a/CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am +++ b/CASA-auth-token/client/lib/mechanisms/pwd/windows/Makefile.am @@ -41,11 +41,11 @@ all-am: $(TARGET_FILE) .PHONY: $TARGET_FILE) devenv devenv: - @if ! test -x "$(VSINSTALLDIR)/devenv.exe"; then echo "Error: Microsoft Visual Studio .NET is currently required to build MSI and MSM packages"; exit 1; fi + @if ! test -x "$(VSINSTALLDIR)/Common7/IDE/devenv.exe"; then echo "Error: Microsoft Visual Studio .NET is currently required to build MSI and MSM packages"; exit 1; fi $(TARGET_FILE): devenv @rm -f $(LOG_FILE) $@ - @CMD='"$(VSINSTALLDIR)/devenv.exe" ../../../../auth.sln /build $(TARGET_CFG) /project $(PACKAGE) /out $(LOG_FILE)'; \ + @CMD='"$(VSINSTALLDIR)/Common7/IDE/devenv.exe" ../../../../authclient.sln /build $(TARGET_CFG) /project $(PACKAGE) /out $(LOG_FILE)'; \ echo $$CMD; \ if eval $$CMD; then \ ls -l $(TARGET_CFG)/$(TARGET_FILE); \ diff --git a/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj b/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj index 8c4e6fe2..28b431f9 100644 --- a/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj +++ b/CASA-auth-token/client/lib/mechanisms/pwd/windows/pwd.vcproj @@ -101,8 +101,8 @@