To be clear, if the content of your patch file is exactly
-- CUT HERE --
gclient runhooks --force
pause
-- CUT HERE --

the 'pause' statement will never be executed because on windows,
'gclient' effectively calls 'gclient.bat', which transfers batch file
execution control. You may want to use "call gclient runhooks --force"
or something like that. Note that --force is not necessary since last
week, runhooks always implies --force now.

We'd be interested to hear why "gclient sync" didn't generate the .sln
and .vcproj files. Could you investigate and send patches if you find
the problem?

M-A


On Thu, Sep 3, 2009 at 5:45 AM, 子朝 王<[email protected]> wrote:
>
> Hello!
> How to extract .sln and .vcproj files from chrome.gyp?
>
> I have added depot_tools, python bin, svn to my PATH,
> but when I create a bat file:
> gclient runhooks --force
> pause
> and run it, I always got nothing....
>
> thanks for your help!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to