Changed SectionIns for NSIS v1.98
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 May 2002 08:48:06 +0000 (08:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 May 2002 08:48:06 +0000 (08:48 +0000)
win/makefile
win/yaz.nsi

index 2bd8fd5..0afc9f9 100644 (file)
@@ -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.
index 4b7460f..5b0db44 100644 (file)
@@ -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