diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2002-11-08 17:18:52 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2002-11-08 17:18:52 +0000 |
commit | 7ae91bcd9e94946a7be41290cb67ffc9c2cf0a9f (patch) | |
tree | 9d928f9df237f48e0f023bba4a8f35c57fdf1431 /win32/configure.js | |
parent | a2258daf2fa84fb9dc84fefaaa1f6fddb41f5e59 (diff) | |
download | libxml2-7ae91bcd9e94946a7be41290cb67ffc9c2cf0a9f.tar.gz |
retired xmlwin32version.h
Diffstat (limited to 'win32/configure.js')
-rw-r--r-- | win32/configure.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/configure.js b/win32/configure.js index 2152a6b7..662c26ca 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -23,7 +23,6 @@ var versionFile = ".\\configure.txt"; is identical to the first. */ var optsFileIn = srcDirXml + "\\include\\libxml\\xmlversion.h.in"; var optsFile = srcDirXml + "\\include\\libxml\\xmlversion.h"; -var optsFile2 = srcDirXml + "\\include\\libxml\\xmlwin32version.h"; /* Version strings for the binary distribution. Will be filled later in the code. */ var verMajor; @@ -245,7 +244,6 @@ function configureLibxml() } ofi.Close(); of.Close(); - fso.CopyFile(optsFile, optsFile2, true); } /* Creates the readme file for the binary distribution of 'bname', for the |