[ofw] [PATCH] ibat: speed up build

Sean Hefty sean.hefty at intel.com
Tue Feb 24 11:55:59 PST 2009


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 at intel.com>
---
I will commit this to the trunk unless there are objections.

diff -up -r -X trunk\docs\dontdiff.txt -I '\$Id:' trunk\core\ibat/user/SOURCES branches\winverbs\core\ibat/user/SOURCES
--- trunk\core\ibat/user/SOURCES	2008-07-07 09:59:41.031125000 -0700
+++ branches\winverbs\core\ibat/user/SOURCES	2009-02-11 04:04:06.537750000 -0800
@@ -1,14 +1,9 @@
-TARGETNAME=ibat
+TARGETNAME = ibat
 
-TARGETPATH=..\..\..\bin\user\obj$(BUILD_ALT_DIR)
-TARGETTYPE=LIBRARY
+TARGETPATH = ..\..\..\bin\user\obj$(BUILD_ALT_DIR)
+TARGETTYPE = LIBRARY
 
-SOURCES=\
-	ibat.cpp
-
-
-INCLUDES=$(SDK_INC_PATH);..;..\..\..\inc;..\..\..\inc\user;$(PLATFORM_SDK_PATH)\Include
-
-USER_C_FLAGS=$(USER_C_FLAGS)
+SOURCES = ibat.cpp
 
+INCLUDES = ..\..\..\inc;..\..\..\inc\user;
 MSC_WARNING_LEVEL= /W4




More information about the ofw mailing list