[ofw] [PATCH 1/2] tools/ndinstall: update to support multiple	ND	providers
    Fab Tillier 
    ftillier at windows.microsoft.com
       
    Thu Jul  2 16:21:13 PDT 2009
    
    
  
> From: Sean Hefty
> Sent: Thursday, July 02, 2009 3:33 PM
<snip>
+static const char * const provider_name[MAX_INDEX] = {
+       "IBAL", "IBAL (debug)", "WinVerbs", "WinVerbs (debug)"
<snip>
> -/*
> - * Function: usage
> - *   Description: Prints usage information.
> - */
>  static void
> -usage (char *progname)
> +show_usage (char *progname)
>  {
...
> +       printf("\tprovider_name must be one of the following:\n");
> +       printf("\t\tibal\n");
> +       printf("\t\twinverbs\n");
What about debug version?  Can we use ibald and winverbsd, rather than "IBAL (debug)" and "WinVerbs (debug)"?  Does it even work for the debug libraries due to the space?
-Fab
    
    
More information about the ofw
mailing list