• # Re: Analyse des sources de w2k

    Posté par . En réponse au journal Analyse des sources de w2k. Évalué à 3.

    Ce qui est assez marrant, c'est que chez Microsoft, ils utilisent des produits libres pour develloper.

    Regardez (tiré des sources de Windows 2000):

    [pascal@pascalPC pascal]$ find win2k -name gnumakefile
    win2k/private/genx/ie/inc/gnumakefile
    win2k/private/genx/ie/uuid/gnumakefile
    win2k/private/genx/shell/gnumakefile
    win2k/private/genx/shell/inc/gnumakefile
    win2k/private/inet/mshtml/btools/ascparse/gnumakefile
    win2k/private/inet/mshtml/btools/nfparse/gnumakefile
    win2k/private/inet/mshtml/btools/pdlparse/gnumakefile
    win2k/private/inet/mshtml/gnumakefile
    win2k/private/inet/mshtml/iextag/gnumakefile
    win2k/private/inet/mshtml/imgfilt/gnumakefile
    ......

    Maintenant:

    [pascal@pascalPC pascal]$ head win2k/private/genx/ie/inc/gnumakefile
    # -*-makefile-*- Makefile mode for Emacs

    # include $(NTMAKEENV)/makefile.plt
    #
    # If BUILDMSG is not defined, the define it as the empty string to make
    # the conditionals easier to write.
    #

    ifndef MAKE_VERBOSE
    MAKE_VERBOSE=false # for make.noise


    Conclusion: meme les devellopeurs de chez Micrososft, ils utilisent au moins Emacs et GNUmake