Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
8253edcb
Commit
8253edcb
authored
May 06, 2011
by
Alex Brainman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wingui: fix Makefile after rename
R=golang-dev, r CC=golang-dev
https://golang.org/cl/4477046
parent
ffd55045
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
src/pkg/exp/wingui/Makefile
+1
-1
zwinapi.go
src/pkg/exp/wingui/zwinapi.go
+1
-1
No files found.
src/pkg/exp/wingui/Makefile
View file @
8253edcb
...
@@ -18,7 +18,7 @@ GOFILES=\
...
@@ -18,7 +18,7 @@ GOFILES=\
include
../../../Make.cmd
include
../../../Make.cmd
zwinapi.go
:
winapi.go
zwinapi.go
:
winapi.go
$(GOROOT)
/src/pkg/syscall/mksyscall_windows.
sh
$<
\
$(GOROOT)
/src/pkg/syscall/mksyscall_windows.
pl
$<
\
|
sed
's/^package.*syscall$$/package main/'
\
|
sed
's/^package.*syscall$$/package main/'
\
|
sed
'/^import/a \
|
sed
'/^import/a \
import "syscall"'
\
import "syscall"'
\
...
...
src/pkg/exp/wingui/zwinapi.go
View file @
8253edcb
// mksyscall_windows.
sh
winapi.go
// mksyscall_windows.
pl
winapi.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
package
main
package
main
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment