Removed console window on Windows.
This commit is contained in:
parent
4ee8fd52d1
commit
2d3ff0f84d
@ -13,6 +13,9 @@ import (
|
|||||||
"opslag.de/schobers/zntg/ui"
|
"opslag.de/schobers/zntg/ui"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// #cgo windows LDFLAGS: -Wl,-subsystem,windows
|
||||||
|
import "C"
|
||||||
|
|
||||||
//go:generate go get -u github.com/GeertJohan/go.rice/rice
|
//go:generate go get -u github.com/GeertJohan/go.rice/rice
|
||||||
//go:generate rice embed
|
//go:generate rice embed
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ import (
|
|||||||
_ "opslag.de/schobers/zntg/allg5ui" // rendering backend
|
_ "opslag.de/schobers/zntg/allg5ui" // rendering backend
|
||||||
)
|
)
|
||||||
|
|
||||||
// #cgo windows,allegro LDFLAGS: -Wl,-subsystem,windows
|
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user