aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-20 01:42:32 -0400
committercnlohr <lohr85@gmail.com>2017-03-20 01:42:32 -0400
commit8253e3c3adbb54ebc3d3c8e02c017e900a83edb0 (patch)
tree55e9b2542f28f491f33350fb74c7c048f167a939 /Makefile
parenta229dec7ee46873e0b590fdbd34feb29112e4f0d (diff)
downloadlibsurvive-8253e3c3adbb54ebc3d3c8e02c017e900a83edb0.tar.gz
libsurvive-8253e3c3adbb54ebc3d3c8e02c017e900a83edb0.tar.bz2
log synctimes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a642877..1899c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,12 @@ LIBSURVIVE_CORE:=$(LIBSURVIVE_CORE)
LIBSURVIVE_O:=$(POSERS) $(REDISTS) $(LIBSURVIVE_CORE)
LIBSURVIVE_C:=$(LIBSURVIVE_O:.o=.c)
+
+#If you want to use HIDAPI on Linux.
+#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.
# -DNOZLIB = use puff.c