mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Add some historic code just for the heck of it.
This commit is contained in:
parent
6bb855873d
commit
54c47a1e03
50 changed files with 8064 additions and 0 deletions
17
attic/historic/anode/config.mk.Linux
Normal file
17
attic/historic/anode/config.mk.Linux
Normal file
|
@ -0,0 +1,17 @@
|
|||
CC=gcc
|
||||
CXX=g++
|
||||
|
||||
DEFS=-DHAS_DEV_URANDOM
|
||||
|
||||
CFLAGS=-std=c99 -O6 -fPIC -Wall $(DEFS)
|
||||
CXXFLAGS=-Drestrict=__restrict__ -O6 -Wall $(DEFS) -I..
|
||||
|
||||
#CFLAGS=-g -Wall $(DEFS)
|
||||
#CXXFLAGS=-g -Wall $(DEFS)
|
||||
|
||||
LDFLAGS=
|
||||
DLLFLAGS=-shared
|
||||
DLLEXT=so
|
||||
|
||||
LIBANODE_LIBS=-lcrypto -lresolv -pthread
|
||||
LIBSPARK_LIBS=-lz
|
Loading…
Add table
Add a link
Reference in a new issue