comparison src/gpu/hsail/vm/gpu_hsail.cpp @ 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 35fc64972250
children 51584f76462d
comparison
equal deleted inserted replaced
13825:ccba891bde48 13826:62bd4705894c
140 return (jlong) _okra_create_kernel(_device_context, code, entryPointName); 140 return (jlong) _okra_create_kernel(_device_context, code, entryPointName);
141 GPU_END 141 GPU_END
142 142
143 #if defined(LINUX) 143 #if defined(LINUX)
144 static const char* okra_library_name = "libokra_x86_64.so"; 144 static const char* okra_library_name = "libokra_x86_64.so";
145 #elif defined(_WINDOWS)
146 static char const* okra_library_name = "okra_x86_64.dll";
145 #else 147 #else
146 static char const* okra_library_name = NULL; 148 static char const* okra_library_name = NULL;
147 #endif 149 #endif
148 150
149 #define STRINGIFY(x) #x 151 #define STRINGIFY(x) #x