summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2011-04-05 07:50:41 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2011-04-05 07:50:41 +0000
commitfd27ca6263226f42f931c02fe08d1555a3dd20a4 (patch)
treecea31ea8df307ff21b655eb458021eb484dd3c66 /test
parente50fbcc3b32d4d65deb98a06c644894d3561c81c (diff)
downloadscala-fd27ca6263226f42f931c02fe08d1555a3dd20a4.tar.gz
scala-fd27ca6263226f42f931c02fe08d1555a3dd20a4.tar.bz2
scala-fd27ca6263226f42f931c02fe08d1555a3dd20a4.zip
make natives test run on win64. no review
Diffstat (limited to 'test')
-rwxr-xr-xtest/files/jvm/mkLibNatives.bat3
-rw-r--r--test/files/jvm/natives-64.dllbin0 -> 37376 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/test/files/jvm/mkLibNatives.bat b/test/files/jvm/mkLibNatives.bat
index 100246af79..e11b6ee21c 100755
--- a/test/files/jvm/mkLibNatives.bat
+++ b/test/files/jvm/mkLibNatives.bat
@@ -4,6 +4,9 @@ rem ##########################################################################
rem # Author : Stephane Micheloud
rem ##########################################################################
+rem # For building the -64.dll, you need: Visual C++ Express, Microsoft SDK (to
+rem # get the 64bit compiler / libraries), adapt this script.
+
rem ##########################################################################
rem # variables
diff --git a/test/files/jvm/natives-64.dll b/test/files/jvm/natives-64.dll
new file mode 100644
index 0000000000..f892f088f5
--- /dev/null
+++ b/test/files/jvm/natives-64.dll
Binary files differ