<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 01/20/2011 10:08 PM, Mathieu BERGOUNIOUX wrote:
    <blockquote
      cite="mid:AANLkTinm4Uz7RXDe5P-qLhYnZNATKw42uHz6nCz0yV3s@mail.gmail.com"
      type="cite">I seem to fail disabling all projects but mine. Can
      someone tell me if they manage to reproduce that scenario?<br>
      <br>
      - Get the nightly build<br>
      - Have create_project.exe built and copied into dists/msvc10<br>
      - Go to that folder<br>
      - Run the following commands :<br>
      <span style="font-family: courier new,monospace;">        
        create_project.exe ..\.. --list-engines                   
        //Some are enabled, some are disabled</span><br
        style="font-family: courier new,monospace;">
      <span style="font-family: courier new,monospace;">        
        create_project.exe ..\.. --disable-all-engines  --msvc     //
        all disabled</span><br style="font-family: courier
        new,monospace;">
      <span style="font-family: courier new,monospace;">        
        create_project.exe ..\.. --list-engines                   
        //Some are still enabled! (always the same ones)</span><br>
      <br>
      What am I omitting?<br>
    </blockquote>
    <br>
    --list-engines should show the engines and their default state. If
    you pass --disable-all-engines all the engines will be disabled in
    the project files you generate with that create_project run. These
    settings are not saved, so it is normal that you get the default
    state again when you just run create_project with --list-engines.<br>
    <br>
    // Johannes<br>
  </body>
</html>