Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/pkg/exp/wingui/Makefile
src/pkg/exp/wingui/Makefile
+1
-1
src/pkg/exp/wingui/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=\
include
../../../Make.cmd
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
'/^import/a \
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
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