diff options
| author | cnlohr <lohr85@gmail.com> | 2018-03-10 20:52:34 -0500 |
|---|---|---|
| committer | cnlohr <lohr85@gmail.com> | 2018-03-10 20:52:34 -0500 |
| commit | 4b33798e33e5d2841a91041dad8b99ddfbe29b6b (patch) | |
| tree | 2cee43bf056216149529a617fadddb0ecb72db5c /Makefile | |
| parent | 1d0a7fc7c84ec9977cf9f456dcccd2b69c7ab9e2 (diff) | |
| download | libsurvive-4b33798e33e5d2841a91041dad8b99ddfbe29b6b.tar.gz libsurvive-4b33798e33e5d2841a91041dad8b99ddfbe29b6b.tar.bz2 | |
Use HIDAPI and update formatting for the data recorder.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,9 +41,9 @@ LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_ #If you want to use HIDAPI on Linux. -#CFLAGS:=$(CFLAGS) -DHIDAPI -#REDISTS:=$(REDISTS) redist/hid-linux.o -#LDFLAGS:=$(LDFLAGS) -ludev +CFLAGS:=$(CFLAGS) -DHIDAPI +REDISTS:=$(REDISTS) redist/hid-linux.o +LDFLAGS:=$(LDFLAGS) -ludev #Useful Preprocessor Directives: # -DUSE_DOUBLE = use double instead of float for most operations. |
