]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[PERFTEST/rdma_bw] make ibv_rdma_bw.exe buildable outside of OFED-W src tree.
authorStan Smith <stan.smith@intel.com>
Thu, 15 Apr 2010 21:26:10 +0000 (21:26 +0000)
committerStan Smith <stan.smith@intel.com>
Thu, 15 Apr 2010 21:26:10 +0000 (21:26 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2787 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tests/perftest/perftest.c
trunk/tests/perftest/rdma_bw/SOURCES
trunk/tests/perftest/rdma_bw/rdma_bw.c

index 10136635d947b7f54d53aee801745d1152ab36e2..cd39846495a604278a54eea55bc80a597b95f6a1 100644 (file)
@@ -31,7 +31,6 @@
  */\r
 \r
 #include "perftest.h"\r
-#include <ws2tcpip.h>\r
 #include <stdio.h>\r
 \r
 UINT64 get_cycles()\r
index 1fedb20e382a01add15ff41ac14f95cb72581cf8..835915f9fa6af5827ea5f31c384d5b6df11a9fae 100644 (file)
@@ -15,7 +15,7 @@ SOURCES = rdma_bw.rc rdma_bw.c ..\perftest.c
 INCLUDES = ..;..\..\..\ulp\libibverbs\include;\\r
                   ..\..\..\ulp\librdmacm\include;\\r
                   ..\..\..\inc;..\..\..\inc\user;\\r
-                  ..\..\..\inc\user\linux\r
+                  ..\..\..\inc\user\linux;..\..\..\etc\user;\r
 \r
 TARGETLIBS =                                           \\r
        $(SDK_LIB_PATH)\kernel32.lib    \\r
index 2dd7c6350a783ee2acee6b35ce6fffa3e67fb38c..111db13cad7443db609649e3a03b25a873cd25a3 100644 (file)
@@ -36,7 +36,7 @@
 #include <winsock2.h>\r
 #include <time.h>\r
 \r
-#include "..\..\..\etc\user\getopt.c"\r
+#include "getopt.c"\r
 #include "perftest.h"\r
 #include <infiniband/verbs.h>\r
 #include <rdma/rdma_cma.h>\r