Signed-off-by: stan smith <[email protected]> Revision: 2493 Author: stansmith Date: 6:58:53 PM, Thursday, October 22, 2009 Message: [NDINSTALL] enable ia64 build of ndinstall.exe for the WinVerbs ia64 ND provider install. ---- Modified : /gen1/trunk/tools/ndinstall/user/makefile
--- C:/Documents and Settings/scsmith/Local Settings/Temp/makefi-revBASE.svn002.tmp Thu Oct 22 18:50:45 2009 +++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/tools/ndinstall/user/makefile Thu Oct 22 18:50:35 2009 @@ -3,11 +3,9 @@ # 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. # -# If Network Direct SDK installed then disable only IA64 builds -# Otherwise disable all builds. -!IFDEF ND_INC -DDK_BLOCK_ON_IA64=1 -!ELSE +# If Network Direct SDK is not installed then disable all ndinstall.exe builds. + +!IFNDEF ND_INC !MESSAGE Skipping ndinstall build: HPC SDK not installed. DDK_BLOCK_ON_IA64=1 DDK_BLOCK_ON_X86=1 _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
