Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Unified Diff: src/pkg/exp/wingui/Makefile

Issue 5490047: code review 5490047: more tags for go/build (Closed)
Patch Set: diff -r e22a8db91330 https://go.googlecode.com/hg/ Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/exp/winfsnotify/winfsnotify_test.go ('k') | src/pkg/exp/wingui/gui.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/exp/wingui/Makefile
===================================================================
--- a/src/pkg/exp/wingui/Makefile
+++ b/src/pkg/exp/wingui/Makefile
@@ -18,6 +18,7 @@
include ../../../Make.cmd
zwinapi.go: winapi.go
- $(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $< \
+ (echo '// +build windows'; \
+ $(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $<) \
| gofmt \
> $@
« no previous file with comments | « src/pkg/exp/winfsnotify/winfsnotify_test.go ('k') | src/pkg/exp/wingui/gui.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b