# 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
############### Parameters
###########################################################
-DEBUG=0 # 0 for release, 1 for debug
+DEBUG=1 # 0 for release, 1 for debug
default: all
###########################################################
#
# $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.
-; $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"
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:
SectionEnd
Section "YAZ Development"
- SectionIn 12
+ SectionIn 1 2
SetOutPath $INSTDIR\include\yaz
File ..\include\yaz\*.h
SetOutPath $INSTDIR\lib
SectionEnd
Section "YAZ Documentation"
- SectionIn 12
+ SectionIn 1 2
SetOutPath $INSTDIR
File /r ..\doc
SetOutPath $SMPROGRAMS\YAZ