[ofw] svn.3265 commit [HW] remove antiquated DDK build conditional.
Smith, Stan
stan.smith at intel.com
Fri Aug 19 09:48:13 PDT 2011
Revision: 3265
Author: stansmith
Date: 9:03:23 AM, Friday, August 19, 2011
Message:
[HW] remove antiquated DDK build conditional.
----
Modified : /gen1/trunk/hw/mlx4/user/hca/SOURCES
Modified : /gen1/trunk/hw/mthca/user/SOURCES
--- C:/Users/scsmith/AppData/Local/Temp/SOURC-revBASE.svn002.tmp Mon Jul 11 16:34:25 2011
+++ C:/Users/scsmith/Documents/openIB-windows/SVN/gen1/trunk/hw/mlx4/user/hca/SOURCES Fri Jul 01 10:10:27 2011
@@ -4,13 +4,10 @@
TARGETPATH=$(TRUNK)\bin\user\obj$(BUILD_ALT_DIR)
TARGETTYPE=DYNLINK
-!if $(_NT_TOOLS_VERSION) == 0x700
-# DDK
-DLLDEF=$O\mlx4.def
-!else
+
# WDK
DLLDEF=$(OBJ_PATH)\$O\mlx4.def
-!endif
+
USE_MSVCRT=1
DLLENTRY=DllMain
--- C:/Users/scsmith/AppData/Local/Temp/SOURCES-revBASE.svn000.tmp Fri Aug 19 09:01:30 2011
+++ C:/Users/scsmith/Documents/openIB-windows/SVN/gen1/trunk/hw/mthca/user/SOURCES Fri Jul 01 10:10:59 2011
@@ -4,13 +4,10 @@
TARGETPATH=$(TRUNK)\bin\user\obj$(BUILD_ALT_DIR)
TARGETTYPE=DYNLINK
-!if $(_NT_TOOLS_VERSION) == 0x700
-# DDK
-DLLDEF=$O\mlnx_uvp.def
-!else
+
# WDK
DLLDEF=$(OBJ_PATH)\$O\mlnx_uvp.def
-!endif
+
#USE_NTDLL=1
USE_MSVCRT=1
DLLENTRY=DllMain
More information about the ofw
mailing list