[ofw] [PATCH] Don't build WSD for XP
Fab Tillier
ftillier at windows.microsoft.com
Thu Jul 17 14:33:17 PDT 2008
This patch skips building WSD and the WSD installer for Windows XP.
Signed-off-by: Fab Tillier <ftillier at microsoft.com>
Index: tools/wsdinstall/user/makefile
===================================================================
--- tools/wsdinstall/user/makefile (revision 1408)
+++ tools/wsdinstall/user/makefile (working copy)
@@ -3,5 +3,6 @@
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver components of the OpenIB Windows project.
#
+MINIMUM_NT_TARGET_VERSION=0x502
!INCLUDE ..\..\..\inc\openib.def
Index: ulp/wsd/user/makefile
===================================================================
--- ulp/wsd/user/makefile (revision 1408)
+++ ulp/wsd/user/makefile (working copy)
@@ -3,5 +3,6 @@
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver components of the OpenIB Windows project.
#
+MINIMUM_NT_TARGET_VERSION=0x502
!INCLUDE ..\..\..\inc\openib.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no_wsd_xp.patch
Type: application/octet-stream
Size: 895 bytes
Desc: no_wsd_xp.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080717/2f018e09/attachment.obj>
More information about the ofw
mailing list