initial commit
This commit is contained in:
commit
6358d0754b
34 changed files with 82616 additions and 0 deletions
14
client/tdjson_dynamic.go
Normal file
14
client/tdjson_dynamic.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
// +build libtdjson
|
||||
// +build linux darwin windows
|
||||
|
||||
package client
|
||||
|
||||
/*
|
||||
#cgo linux CFLAGS: -I/usr/local/include
|
||||
#cgo linux LDFLAGS: -L/usr/local/lib -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
#cgo darwin CFLAGS: -I/usr/local/include
|
||||
#cgo darwin LDFLAGS: -L/usr/local/lib -ltdjson -lstdc++ -lssl -lcrypto -ldl -lz -lm
|
||||
#cgo windows CFLAGS: -Ic:/td -Ic:/td/example/csharp/build
|
||||
#cgo windows LDFLAGS: -Lc:/td/example/csharp/build/Release -ltdjson
|
||||
*/
|
||||
import "C"
|
Loading…
Add table
Add a link
Reference in a new issue