Make examples cross platform
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a313ca2c43
commit
6e9058cbeb
9 changed files with 31 additions and 31 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# This file illustrates the shadow-class C++ interface generated
|
||||
# This file illustrates the proxy class C++ interface generated
|
||||
# by SWIG.
|
||||
|
||||
dyn.load('example_wrap.so')
|
||||
source('example_wrap.R')
|
||||
dyn.load(paste("example_wrap", .Platform$dynlib.ext, sep=""))
|
||||
source("example_wrap.R")
|
||||
cacheMetaData(1)
|
||||
|
||||
# ----- Object creation -----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue