mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-15 20:13:46 +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:
@@ -1,4 +1,6 @@
|
|||||||
# General init
|
# General init
|
||||||
|
|
||||||
|
# /!\ Don't forget to update 'windows/Makefile' too /!\
|
||||||
AC_INIT(libnfc, 1.3.9, info@libnfc.org)
|
AC_INIT(libnfc, 1.3.9, info@libnfc.org)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ NFCOPTS= /I..\include \
|
|||||||
/DDRIVER_ARYGON_ENABLED \
|
/DDRIVER_ARYGON_ENABLED \
|
||||||
/DDRIVER_PN532_UART_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)
|
CFLAGS=$(COMMONOPTS) /WX $(NFCOPTS)
|
||||||
CXXFLAGS=$(COMMONOPTS) /EHa $(NFCOPTS)
|
CXXFLAGS=$(COMMONOPTS) /EHa $(NFCOPTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user