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

Side by Side Diff: third_party/libxml/build/libxml_config.bat

Issue 18243: Remove the build time generation of config.h and xmlversion.h. (Closed)
Patch Set: add sln files Created 11 years, 11 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
« no previous file with comments | « third_party/libxml/build/libxml.vsprops ('k') | third_party/libxml/build/libxml_config.rules » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 :: %1 is the input file js file
2 :: %2 is the solution directory
3
4 :: Change to the directory of the input file
5 cd %~p1
6
7 :: Make config.h
8 cscript //E:jscript %1 compiler=msvc iconv=no icu=yes
9 if errorlevel 1 echo %1: error: The javascript file failed to run.
10
11 :: Make sure the timestamp on config.h is current.
12 %2..\third_party\cygwin\bin\touch.exe ..\config.h
13
OLDNEW
« no previous file with comments | « third_party/libxml/build/libxml.vsprops ('k') | third_party/libxml/build/libxml_config.rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698