From: Adam Dickmeiss Date: Tue, 26 Nov 2002 22:20:06 +0000 (+0000) Subject: DEFAULT_PROFILE_PATH fix for WIN32 X-Git-Tag: ZEBRA.1.3.4~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b6232e686d42ee25262bcf6fbf5edd3bf8da43a8;hp=63b02e326652929cfe753848b02381e131e53127;p=idzebra-moved-to-github.git DEFAULT_PROFILE_PATH fix for WIN32 --- diff --git a/win/makefile b/win/makefile index 4c9e651..9d204c5 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.19 2002-11-26 22:04:13 adam Exp $ +# $Id: makefile,v 1.20 2002-11-26 22:20:06 adam Exp $ ########################################################### ############### Parameters @@ -35,8 +35,6 @@ 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 @@ -127,6 +125,7 @@ COMMON_C_OPTIONS= \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" \ + /DDEFAULT_PROFILE_PATH=0 \ $(BZIP2DEF) COMMON_C_INCLUDES= \