From 586b0ab50d888a68ce844c4b7d196e9c23e1afbd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Nov 2002 22:04:13 +0000 Subject: [PATCH] DEFAULT_PROFILE_PATH 0 for Win32 --- win/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index fa795d3..4c9e651 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.18 2002-10-22 14:41:29 adam Exp $ +# $Id: makefile,v 1.19 2002-11-26 22:04:13 adam Exp $ ########################################################### ############### Parameters @@ -35,6 +35,8 @@ YAZBINDIR=$(YAZDIR)\bin YAZ_DLL_SOURCE=$(YAZBINDIR)\yaz.dll YAZ_DLL_TARGET=$(BINDIR)\yaz.dll +DEFAULT_PROFILE_PATH=0 + # BZIP2 settings. Uncomment and specify if you wish to use LIBBZIP2. # (C) 1996-1999 Julian Seward http://www.bzip2.org -- 1.7.10.4