-noproxy commandline option not necessary
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4407 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f5be8c88ce
commit
0dbb59af3d
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig
|
||||||
SRCS =
|
SRCS =
|
||||||
TARGET = example
|
TARGET = example
|
||||||
INTERFACE = example.i
|
INTERFACE = example.i
|
||||||
SWIGOPT = -noproxy
|
SWIGOPT =
|
||||||
|
|
||||||
all:: java
|
all:: java
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig
|
||||||
SRCS =
|
SRCS =
|
||||||
TARGET = example
|
TARGET = example
|
||||||
INTERFACE = example.i
|
INTERFACE = example.i
|
||||||
SWIGOPT = -noproxy
|
SWIGOPT =
|
||||||
|
|
||||||
all:: java
|
all:: java
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue