[ofw] [PATCH] dapl/common: fix windows build for ucm and scm	providers
    Hefty, Sean 
    sean.hefty at intel.com
       
    Wed Jun 30 11:29:53 PDT 2010
    
    
  
Update windows sources files to link winverbs.lib, which is
needed for common ofa providers.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
 dapl/openib_scm/SOURCES |    2 ++
 dapl/openib_ucm/SOURCES |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dapl/openib_scm/SOURCES b/dapl/openib_scm/SOURCES
index 2129e27..d4470de 100644
--- a/dapl/openib_scm/SOURCES
+++ b/dapl/openib_scm/SOURCES
@@ -41,9 +41,11 @@ TARGETLIBS= \
 	$(SDK_LIB_PATH)\ws2_32.lib \
 !if $(FREEBUILD)
 	$(TARGETPATH)\*\dat2.lib \
+	$(TARGETPATH)\*\winverbs.lib \
 	$(TARGETPATH)\*\libibverbs.lib
 !else
 	$(TARGETPATH)\*\dat2d.lib \
+	$(TARGETPATH)\*\winverbsd.lib \
 	$(TARGETPATH)\*\libibverbsd.lib
 !endif
 
diff --git a/dapl/openib_ucm/SOURCES b/dapl/openib_ucm/SOURCES
index a2b5dce..381afa2 100644
--- a/dapl/openib_ucm/SOURCES
+++ b/dapl/openib_ucm/SOURCES
@@ -37,9 +37,11 @@ TARGETLIBS= \
 	$(SDK_LIB_PATH)\ws2_32.lib \
 !if $(FREEBUILD)
 	$(TARGETPATH)\*\dat2.lib \
+	$(TARGETPATH)\*\winverbs.lib \
 	$(TARGETPATH)\*\libibverbs.lib
 !else
 	$(TARGETPATH)\*\dat2d.lib \
+	$(TARGETPATH)\*\winverbsd.lib \
 	$(TARGETPATH)\*\libibverbsd.lib
 !endif
 
    
    
More information about the ofw
mailing list