Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: chrome/installer/util/prebuild/create_string_rc.bat

Issue 196046: Fix installer_util_strings project with incredibuild.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 :: A wrapper file for running create_string_rc.py from visual studio.
2
3 setlocal
4 set OUTFILE=%~1
5 set PYTHON=%~dp0..\..\..\..\third_party\python_24\python.exe
6
7 :: Add grit to the python path so we can import FP.py.
8 set PYTHONPATH=%~dp0..\..\..\..\tools\grit\grit\extern
9
10 %PYTHON% create_string_rc.py %OUTFILE%
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698