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

Side by Side Diff: windows/mkall_windows.bat

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 https://code.google.com/p/go.sys Created 10 years, 7 months ago
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « windows/mkall.sh ('k') | windows/mksyscall.pl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 :: Copyright 2013 The Go Authors. All rights reserved.
2 :: Use of this source code is governed by a BSD-style
3 :: license that can be found in the LICENSE file.
4 @echo off
5
6 if exist mkall.sh goto dirok
7 echo mkall_windows.bat must be run from src\pkg\syscall directory
8 goto :end
9 :dirok
10
11 if "%1"=="386" goto :paramok
12 if "%1"=="amd64" goto :paramok
13 echo parameters must be 386 or amd64
14 goto :end
15 :paramok
16
17 go build mksyscall_windows.go
18 .\mksyscall_windows syscall_windows.go security_windows.go syscall_windows_%1.go |gofmt >zsyscall_windows_%1.go
19 del mksyscall_windows.exe
20
21 :end
OLDNEW
« no previous file with comments | « windows/mkall.sh ('k') | windows/mksyscall.pl » ('j') | no next file with comments »

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