]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
ibat: speed up build.
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 Feb 2009 23:02:43 +0000 (23:02 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 24 Feb 2009 23:02:43 +0000 (23:02 +0000)
Remove platform SDK path from the include path to speed up the ibat build.
Clean up the sources file a little as long as we're in there.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1982 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/ibat/user/SOURCES

index a29928f370783987a37e2a86ff1ebfd161211708..bc2f63af107ba8f8dbbc90ae59cd375e9e2733b9 100644 (file)
@@ -1,14 +1,9 @@
-TARGETNAME=ibat\r
+TARGETNAME = ibat\r
 \r
-TARGETPATH=..\..\..\bin\user\obj$(BUILD_ALT_DIR)\r
-TARGETTYPE=LIBRARY\r
+TARGETPATH = ..\..\..\bin\user\obj$(BUILD_ALT_DIR)\r
+TARGETTYPE = LIBRARY\r
 \r
-SOURCES=\\r
-       ibat.cpp\r
-\r
-\r
-INCLUDES=$(SDK_INC_PATH);..;..\..\..\inc;..\..\..\inc\user;$(PLATFORM_SDK_PATH)\Include\r
-\r
-USER_C_FLAGS=$(USER_C_FLAGS)\r
+SOURCES = ibat.cpp\r
 \r
+INCLUDES = ..\..\..\inc;..\..\..\inc\user;\r
 MSC_WARNING_LEVEL= /W4\r