From 463bea08b504f9349b0ea159fc3e1fed3d647042 Mon Sep 17 00:00:00 2001 From: shefty Date: Fri, 20 Jun 2008 04:33:01 +0000 Subject: [PATCH] winverbs: add '.' to '.dll' to form correct free build library extension Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1293 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/winverbs/core/winverbs/user/wv_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/winverbs/core/winverbs/user/wv_device.cpp b/branches/winverbs/core/winverbs/user/wv_device.cpp index ed44fe21..55055d1d 100644 --- a/branches/winverbs/core/winverbs/user/wv_device.cpp +++ b/branches/winverbs/core/winverbs/user/wv_device.cpp @@ -38,7 +38,7 @@ #ifdef _DEBUG_ static char *WV_LIB_EXTENSION = "d.dll"; #else -static char *WV_LIB_EXTENSION = "dll"; +static char *WV_LIB_EXTENSION = ".dll"; #endif CWVDevice::CWVDevice(CWVProvider *pProvider) -- 2.46.0