mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-19 21:16:16 +00:00
Fix libnfc version in the Microsoft Windows Makefile.
Also add a note to avoid forgetting it in configure.ac.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user