From a384c3e843c6738f4648156371d1f95ba7e2dd2d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 May 2002 08:48:06 +0000 Subject: [PATCH] Changed SectionIns for NSIS v1.98 --- win/makefile | 9 ++++++--- win/yaz.nsi | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/win/makefile b/win/makefile index 2bd8fd5..0afc9f9 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.38 2002-05-18 09:52:37 oleg Exp $ +# $Id: makefile,v 1.39 2002-05-31 08:48:06 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -23,7 +23,7 @@ ############### Parameters ########################################################### -DEBUG=0 # 0 for release, 1 for debug +DEBUG=1 # 0 for release, 1 for debug default: all @@ -835,7 +835,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.38 2002-05-18 09:52:37 oleg +# Revision 1.39 2002-05-31 08:48:06 adam +# Changed SectionIns for NSIS v1.98 +# +# Revision 1.38 2002/05/18 09:52:37 oleg # Added support of CharacterSetandLanguageNegotiation-3 # modele (based on Z_PrivateCharacterSet_externallySpecified) at the client # side. diff --git a/win/yaz.nsi b/win/yaz.nsi index 4b7460f..5b0db44 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,4 +1,4 @@ -; $Id: yaz.nsi,v 1.6 2002-03-25 15:12:25 adam Exp $ +; $Id: yaz.nsi,v 1.7 2002-05-31 08:48:06 adam Exp $ !define VERSION "1.8.7" @@ -53,7 +53,7 @@ Section "" ; (default section) SectionEnd ; end of default section Section "YAZ Runtime" - SectionIn 12 + SectionIn 1 2 IfFileExists "$INSTDIR\bin\yaz-ztest.exe" 0 Noservice ExecWait '"$INSTDIR\bin\yaz-ztest.exe" -remove' Noservice: @@ -73,7 +73,7 @@ Noservice: SectionEnd Section "YAZ Development" - SectionIn 12 + SectionIn 1 2 SetOutPath $INSTDIR\include\yaz File ..\include\yaz\*.h SetOutPath $INSTDIR\lib @@ -81,7 +81,7 @@ Section "YAZ Development" SectionEnd Section "YAZ Documentation" - SectionIn 12 + SectionIn 1 2 SetOutPath $INSTDIR File /r ..\doc SetOutPath $SMPROGRAMS\YAZ -- 1.7.10.4