Fix libnfc version in the Microsoft Windows Makefile.
Also add a note to avoid forgetting it in configure.ac.
This commit is contained in:
parent
32917a9c0a
commit
b6fb5829c0
2 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ NFCOPTS= /I..\include \
|
|||
/DDRIVER_ARYGON_ENABLED \
|
||||
/DDRIVER_PN532_UART_ENABLED
|
||||
|
||||
NFCLIBOPTS=/Dnfc_EXPORTS /DPACKAGE_VERSION=\"1.3.4\"
|
||||
NFCLIBOPTS=/Dnfc_EXPORTS /DPACKAGE_VERSION=\"1.3.9\"
|
||||
|
||||
CFLAGS=$(COMMONOPTS) /WX $(NFCOPTS)
|
||||
CXXFLAGS=$(COMMONOPTS) /EHa $(NFCOPTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue