Skip to content

Commit

Permalink
yaz4j - update for headers in src
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Dec 19, 2021
1 parent a4c6626 commit 7f22101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ HHC="c:\program files (x86)\html help workshop\hhc.exe"

YAZ4J_DIR="..\..\yaz4j"

YAZPATH="$(MAKEDIR)\.."
YAZPATH=$(MAKEDIR)\..


dist: yaz.nsi version.nsi distclean
Expand Down Expand Up @@ -280,7 +280,7 @@ RELEASE_C_OPTIONS= \
/D "NDEBUG" \
/MD /O2

MVN_ARGS=-Dyaz.path=$(YAZPATH)
MVN_ARGS=-Dyaz.path="$(YAZPATH)" -Dyaz.include="$(YAZPATH)\src"
# without >log below, mvn install does NOT work
yaz4j: $(JAVADIR)
cd $(YAZ4J_DIR)
Expand Down

0 comments on commit 7f22101

Please sign in to comment.