From 3f34b2d7b023aff6deb1a47cc1aa5fb8e3331756 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Fri, 16 Mar 2007 03:55:52 +0000 Subject: [PATCH] Update build files for new version and file locations Target_Version: 1.6.1 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19232 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/nsis/kfw-fixed.nsi | 15 ++++++--------- src/windows/installer/nsis/nsi-includes.nsi | 8 ++++---- src/windows/installer/nsis/site-local.nsi | 6 +++--- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/windows/installer/nsis/kfw-fixed.nsi b/src/windows/installer/nsis/kfw-fixed.nsi index c61f5a18c..80b70803a 100644 --- a/src/windows/installer/nsis/kfw-fixed.nsi +++ b/src/windows/installer/nsis/kfw-fixed.nsi @@ -146,9 +146,9 @@ VIAddVersionKey "PrivateBuild" "Checked/Debug" LangString REINSTALL_DOCS ${LANG_ENGLISH} "Re-install Kerberos Documentation" LangString DOWNGRADE_DOCS ${LANG_ENGLISH} "Downgrade Kerberos Documentation" - ReserveFile "${KFW_CONFIG_DIR}\krb.con" - ReserveFile "${KFW_CONFIG_DIR}\krbrealm.con" - ReserveFile "${KFW_CONFIG_DIR}\krb5.ini" + ReserveFile "${KFW_CONFIG_DIR}\sample\krb.con" + ReserveFile "${KFW_CONFIG_DIR}\sample\krbrealm.con" + ReserveFile "${KFW_CONFIG_DIR}\sample\krb5.ini" !insertmacro MUI_RESERVEFILE_INSTALLOPTIONS ;InstallOptions plug-in !insertmacro MUI_RESERVEFILE_LANGDLL ;Language selection dialog @@ -188,9 +188,6 @@ Section "KfW Client" secClient ; Do client components SetOutPath "$INSTDIR\bin" -!ifdef AKLOG - !insertmacro ReplaceDLL "${KFW_BIN_DIR}\aklog.exe" "$INSTDIR\bin\aklog.exe" "$INSTDIR" -!endif !insertmacro ReplaceDLL "${KFW_BIN_DIR}\comerr32.dll" "$INSTDIR\bin\comerr32.dll" "$INSTDIR" !insertmacro ReplaceDLL "${KFW_BIN_DIR}\gss.exe" "$INSTDIR\bin\gss.exe" "$INSTDIR" !insertmacro ReplaceDLL "${KFW_BIN_DIR}\gss-client.exe" "$INSTDIR\bin\gss-client.exe" "$INSTDIR" @@ -1424,9 +1421,9 @@ DoDownload: UsePackaged: SetOutPath "$WINDIR" - File "${KFW_CONFIG_DIR}\krb5.ini" - File "${KFW_CONFIG_DIR}\krb.con" - File "${KFW_CONFIG_DIR}\krbrealm.con" + File "${KFW_CONFIG_DIR}\sample\krb5.ini" + File "${KFW_CONFIG_DIR}\sample\krb.con" + File "${KFW_CONFIG_DIR}\sample\krbrealm.con" goto done CheckOther: diff --git a/src/windows/installer/nsis/nsi-includes.nsi b/src/windows/installer/nsis/nsi-includes.nsi index bc1c4c78e..667cb8d47 100644 --- a/src/windows/installer/nsis/nsi-includes.nsi +++ b/src/windows/installer/nsis/nsi-includes.nsi @@ -1,8 +1,8 @@ -!define KFW_TARGETDIR c:\temp\kfw\kfw-3.1.0-alpha -!define KFW_EXTRADIR c:\temp\kfw\kfw-2.5-extra -!define KFW_VERSION 3.1 +!define KFW_TARGETDIR c:\projects\autobuild\pismere\target +!define KFW_EXTRADIR "c:\projects\autobuild\pismere\target" +!define KFW_VERSION 3.2 !define KFW_MAJORVERSION 3 -!define KFW_MINORVERSION 1 +!define KFW_MINORVERSION 2 !define KFW_PATCHLEVEL 0000 !define CL_1310 diff --git a/src/windows/installer/nsis/site-local.nsi b/src/windows/installer/nsis/site-local.nsi index 13e5dce8e..15c862010 100644 --- a/src/windows/installer/nsis/site-local.nsi +++ b/src/windows/installer/nsis/site-local.nsi @@ -1,7 +1,7 @@ -!define KFW_TARGETDIR c:\temp\kfw\kfw-3.1.0-alpha -!define KFW_CONFIG_DIR "c:\temp\kfw\kfw-2.5-extra\sample-config" +!define KFW_TARGETDIR c:\projects\autobuild\pismere\staging +!define KFW_CONFIG_DIR "c:\projects\autobuild\pismere\staging" !define KFW_MAJORVERSION 3 -!define KFW_MINORVERSION 1 +!define KFW_MINORVERSION 2 !define KFW_PATCHLEVEL 0 !define CL_1310 -- 2.26.2