]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WIX] include librdmacm\include\rdma\rdma_verbs.h header file in the OFED_SDK install...
authorStan Smith <stan.smith@intel.com>
Wed, 25 Aug 2010 21:34:26 +0000 (21:34 +0000)
committerStan Smith <stan.smith@intel.com>
Wed, 25 Aug 2010 21:34:26 +0000 (21:34 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2875 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/OFED/WIX/common/ib_sdk.inc
trunk/etc/makebin.bat

index 03250705993b1e386703d339eeb0910a947c3127..c24e109740cc90b2c03063f13ddcfa1f1328414c 100644 (file)
           <File Id="rdma_cma.h" DiskId="1"\r
                 Name="rdma_cma.h"\r
                 Source="..\bin\Inc\rdma\rdma_cma.h" />\r
+          <File Id="rdma_verbs.h" DiskId="1"\r
+                Name="rdma_verbs.h"\r
+                Source="..\bin\Inc\rdma\rdma_verbs.h" />\r
           <File Id="winverbs.h" DiskId="1"\r
                 Name="winverbs.h"\r
                 Source="..\bin\Inc\rdma\winverbs.h" />\r
index 2dbbe6d4869bc3013a4081ff2e028839a6c0f78d..6366748e1ce0df6bd346e1750c08038e691ffea3 100644 (file)
@@ -749,6 +749,7 @@ if exist %1\inc (
     xcopy User\rdma %2\Inc\rdma /I/S/Y/Q\r
     xcopy ..\ulp\libibverbs\include\infiniband %2\Inc\infiniband /I/S/Y/Q\r
     xcopy ..\ulp\librdmacm\include\rdma\rdma_cma.h %2\Inc\rdma /Y/Q\r
+    xcopy ..\ulp\librdmacm\include\rdma\rdma_verbs.h %2\Inc\rdma /Y/Q\r
     xcopy ..\etc\user %2\Inc\etc\user /I/S/Y/Q\r
     popd\r
 )\r