]> Cypherpunks repositories - gostls13.git/commit
Make.pkg: add support for SWIG, and add two SWIG examples
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Mar 2011 20:05:51 +0000 (13:05 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Mar 2011 20:05:51 +0000 (13:05 -0700)
commitf91b37b962dabc6ac0e5bae5ff35e4b7037cac8c
tree8ec40bcc936df6a3411994850e2d27eb80e32e06
parentf492bd7012a6cb2af2f91d82400e6c8df141c127
Make.pkg: add support for SWIG, and add two SWIG examples

The SWIG examples are not yet built or tested by default.

R=r, rsc, iant2
CC=golang-dev
https://golang.org/cl/4287056
misc/swig/callback/Makefile [new file with mode: 0644]
misc/swig/callback/callback.h [new file with mode: 0644]
misc/swig/callback/callback.swigcxx [new file with mode: 0644]
misc/swig/callback/run [new file with mode: 0755]
misc/swig/callback/run.go [new file with mode: 0644]
misc/swig/stdio/Makefile [new file with mode: 0644]
misc/swig/stdio/file.swig [new file with mode: 0644]
misc/swig/stdio/hello [new file with mode: 0755]
misc/swig/stdio/hello.go [new file with mode: 0644]
src/Make.pkg