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:
William S Fulton 2007-11-08 21:40:24 +00:00
commit 6e9058cbeb
9 changed files with 31 additions and 31 deletions

View file

@ -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 -----