Skip to content

Commit

Permalink
Update for moved YAZ include location
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Jan 13, 2023
1 parent 6c34b1b commit 0b3daba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ COMMON_C_OPTIONS= \

COMMON_C_INCLUDES= \
/I"$(SRCDIR)\include" \
/I"$(YAZDIR)\include" \
/I"$(YAZDIR)\src" \
$(BZIP2INCLUDE)

DEBUG_C_OPTIONS= \
Expand Down Expand Up @@ -279,7 +279,7 @@ MT=echo
LINK_LIBS= kernel32.lib advapi32.lib \
$(ICONV_LIB) $(EXPAT_LIB) $(LIBXML2_LIB) $(LIBXSLT_LIB)

COMMON_LNK_OPTIONS= /nologo /machine:i386 /incremental:no
COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no

DEBUG_LNK_OPTIONS= /debug

Expand Down Expand Up @@ -513,7 +513,7 @@ RSOPT=/d_NDEBUG


$(RES): $(RC)
$(RSC) $(RSOPT) /I"../include" /I"$(YAZDIR)\include" /fo"$(RES)" $(RC)
$(RSC) $(RSOPT) /I"../include" /I"$(YAZDIR)\src" /fo"$(RES)" $(RC)

$(DLL) $(IMPLIB): "$(BINDIR)" $(ZEBRALIB_OBJS) $(RES)
$(LINK) \
Expand Down

0 comments on commit 0b3daba

Please sign in to comment.