]> Cypherpunks repositories - gostls13.git/commitdiff
exp/wingui: remove reference to Make.inc
authorRob Pike <r@golang.org>
Wed, 7 Mar 2012 03:06:16 +0000 (14:06 +1100)
committerRob Pike <r@golang.org>
Wed, 7 Mar 2012 03:06:16 +0000 (14:06 +1100)
R=golang-dev, bradfitz, alex.brainman
CC=golang-dev
https://golang.org/cl/5757058

src/pkg/exp/wingui/Makefile

index bf69c98a5128cfd84c8d298205f1df367c128cc7..7b0fc31daea9b18f9312918d5eaf19cacbf4a209 100644 (file)
@@ -2,23 +2,8 @@
 # Use of this source code is governed by a BSD-style
 # 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
        (echo '// +build windows'; \
-       $(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $<) \
+       ../../syscall/mksyscall_windows.pl $<) \
                | gofmt \
                > $@