diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-11 16:18:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-11 16:18:01 -0400 |
| commit | 308e253e0f7873710bf77312d7a12c576aaa9781 (patch) | |
| tree | fd20704da886ce82a3621ec1502897a8766b11be /link_linux_amd64.go | |
| parent | 0f75ebb5fa7a12bd1df26622ed3f5544a9d1d32b (diff) | |
Moved the existing .go files out of the way and replaced ui.h with the alpha4 ui.h.
Diffstat (limited to 'link_linux_amd64.go')
| -rw-r--r-- | link_linux_amd64.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/link_linux_amd64.go b/link_linux_amd64.go deleted file mode 100644 index a1b2b3b..0000000 --- a/link_linux_amd64.go +++ /dev/null @@ -1,10 +0,0 @@ -// +build !windows -// +build !darwin - -// 11 december 2015 - -package ui - -// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -lm -ldl -// #cgo pkg-config: gtk+-3.0 -import "C" |
