cutego/nfc/cgo_windows_386.go

13 lines
560 B
Go
Raw Normal View History

2015-10-24 18:18:24 +03:00
package nfc
/*
2015-11-12 03:29:32 +03:00
#cgo CPPFLAGS: -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra
2015-10-24 18:18:24 +03:00
#cgo CPPFLAGS: -DUNICODE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_NFC_LIB
#cgo CPPFLAGS: -IC:/Qt/Qt5.5.1/5.5/mingw492_32/include -IC:/Qt/Qt5.5.1/5.5/mingw492_32/mkspecs/win32-g++
#cgo CPPFLAGS: -IC:/Qt/Qt5.5.1/5.5/mingw492_32/include/QtCore -IC:/Qt/Qt5.5.1/5.5/mingw492_32/include/QtNfc
2016-01-16 05:55:33 +03:00
#cgo LDFLAGS: -Wl,-s -Wl,-subsystem,windows -mthreads -Wl,--allow-multiple-definition
2015-11-12 03:29:32 +03:00
#cgo LDFLAGS: -LC:/Qt/Qt5.5.1/5.5/mingw492_32/lib -lQt5Core -lQt5Nfc -lmingw32 -lqtmain -lshell32
2015-10-24 18:18:24 +03:00
*/
import "C"