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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/build/libxml_config.bat
diff --git a/third_party/libxml/build/libxml_config.bat b/third_party/libxml/build/libxml_config.bat
deleted file mode 100644
index b0ec1e29c7ad65f0320ddac64103b29676412976..0000000000000000000000000000000000000000
--- a/third_party/libxml/build/libxml_config.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-:: %1 is the input file js file
-:: %2 is the solution directory
-
-:: Change to the directory of the input file
-cd %~p1
-
-:: Make config.h
-cscript //E:jscript %1 compiler=msvc iconv=no icu=yes
-if errorlevel 1 echo %1: error: The javascript file failed to run.
-
-:: Make sure the timestamp on config.h is current.
-%2..\third_party\cygwin\bin\touch.exe ..\config.h
-
« 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