mirror of
https://github.com/golang/go
synced 2024-11-18 02:24:45 -07:00
exp/wingui: remove reference to Make.inc
R=golang-dev, bradfitz, alex.brainman CC=golang-dev https://golang.org/cl/5757058
This commit is contained in:
parent
905cb4881b
commit
544a72cc86
@ -2,23 +2,8 @@
|
|||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
GOOS=windows
|
|
||||||
|
|
||||||
include ../../../Make.inc
|
|
||||||
|
|
||||||
LD:=$(LD) -Hwindowsgui
|
|
||||||
|
|
||||||
TARG=wingui
|
|
||||||
|
|
||||||
GOFILES=\
|
|
||||||
gui.go\
|
|
||||||
winapi.go\
|
|
||||||
zwinapi.go\
|
|
||||||
|
|
||||||
include ../../../Make.cmd
|
|
||||||
|
|
||||||
zwinapi.go: winapi.go
|
zwinapi.go: winapi.go
|
||||||
(echo '// +build windows'; \
|
(echo '// +build windows'; \
|
||||||
$(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $<) \
|
../../syscall/mksyscall_windows.pl $<) \
|
||||||
| gofmt \
|
| gofmt \
|
||||||
> $@
|
> $@
|
||||||
|
Loading…
Reference in New Issue
Block a user