changeset 13826:62bd4705894c

reverted removal of Okra Windows DLL name
author Doug Simon <doug.simon@oracle.com>
date Thu, 30 Jan 2014 17:27:04 +0100
parents ccba891bde48
children 8053c3ede984
files src/gpu/hsail/vm/gpu_hsail.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gpu/hsail/vm/gpu_hsail.cpp	Thu Jan 30 15:55:43 2014 +0100
+++ b/src/gpu/hsail/vm/gpu_hsail.cpp	Thu Jan 30 17:27:04 2014 +0100
@@ -142,6 +142,8 @@
 
 #if defined(LINUX)
 static const char* okra_library_name = "libokra_x86_64.so";
+#elif defined(_WINDOWS)
+static char const* okra_library_name = "okra_x86_64.dll";
 #else
 static char const* okra_library_name = NULL;
 #endif