Skip to content

Commit

Permalink
Use stripped-down walk as base for go-winapi.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Jul 18, 2011
1 parent 3433e27 commit 7b43649
Show file tree
Hide file tree
Showing 151 changed files with 37 additions and 16,562 deletions.
3 changes: 1 addition & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is the official list of 'Walk' authors for copyright purposes.
# This is the official list of 'go-winapi' authors for copyright purposes.

# Names should be added to this file as
# Name or Organization <email address>
Expand All @@ -11,4 +11,3 @@

Alexander Neumann <[email protected]>
Benny Siegert <[email protected]>
Vincent Vanackere <[email protected]>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 The Walk Authors. All rights reserved.
Copyright (c) 2010 The go-winapi Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/walk/winapi/Makefile → Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(GOROOT)/src/Make.inc

TARG=walk/winapi
TARG=winapi
GOFILES=\
advapi32.go\
combobox.go\
Expand Down
94 changes: 0 additions & 94 deletions README

This file was deleted.

34 changes: 34 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
About go-winapi
===============

go-winapi is a Windows API wrapper package for Go.

Originally part of [walk](https://github.com/lxn/walk), it is now a separate
project.

Setup
=====

1. Make sure you have a working Go installation.

The easiest option for building Go programs on Windows is to use a stable
[pre-built Go release](http://code.google.com/p/gomingw/downloads/list).

Because Go is still changing rapidly, you may prefer to use a weekly Go
snapshot instead. The unofficial [Go Wiki](http://code.google.com/p/go-wiki/)
has some guides for building on Windows and cross-compiling.

The official [Getting Started](http://golang.org/doc/install.html) guide,
while not focused on Windows, is a recommended read for developers new to Go.

2. Either run
`goinstall github.com/lxn/go-winapi`
and import the package like this:
`import "github.com/lxn/go-winapi"`

Or run
`git clone http://github.com/lxn/go-winapi.git`
and
`cd go-winapi && gomake install`
and import the package like this:
`import "winapi"`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed data/drawing.png
Binary file not shown.
Binary file removed data/filebrowser.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 0 additions & 29 deletions src/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions src/cmd/examples/drawing/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions src/cmd/examples/drawing/drawing.exe.manifest

This file was deleted.

101 changes: 0 additions & 101 deletions src/cmd/examples/drawing/drawing.go

This file was deleted.

7 changes: 0 additions & 7 deletions src/cmd/examples/filebrowser/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions src/cmd/examples/filebrowser/filebrowser.exe.manifest

This file was deleted.

Loading

0 comments on commit 7b43649

Please sign in to comment.