diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2005-04-06 22:01:43 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2005-04-06 22:01:43 +0000 |
commit | e11b6529e643a45f58ae5391f7be691310882512 (patch) | |
tree | 6c71b87e943c02e6ecc18557b9a938ede5c7ad39 /win32 | |
parent | 80bafff9a27671f7e5cee1c2c50681d573b50e2a (diff) | |
download | libxslt-e11b6529e643a45f58ae5391f7be691310882512.tar.gz libxslt-e11b6529e643a45f58ae5391f7be691310882512.tar.bz2 libxslt-e11b6529e643a45f58ae5391f7be691310882512.zip |
removed obsolete copy operations
Diffstat (limited to 'win32')
-rw-r--r-- | win32/configure.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/configure.js b/win32/configure.js index 9671e18c..baf7235e 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -26,10 +26,8 @@ var versionFile = ".\\config.msvc"; is identical to the first. */ var optsFileInXslt = srcDirXslt + "\\xsltconfig.h.in"; var optsFileXslt = srcDirXslt + "\\xsltconfig.h"; -var optsFileXslt2 = srcDirXslt + "\\xsltwin32config.h"; var optsFileInExslt = srcDirExslt + "\\exsltconfig.h.in"; var optsFileExslt = srcDirExslt + "\\exsltconfig.h"; -var optsFileExslt2 = srcDirExslt + "\\exsltwin32config.h"; /* Version strings for the binary distribution. Will be filled later in the code. */ var verMajorXslt; @@ -246,7 +244,6 @@ function configureXslt() } ofi.Close(); of.Close(); - fso.CopyFile(optsFileXslt, optsFileXslt2, true); } /* Configures libexslt. This one will generate exsltconfig.h from exsltconfig.h.in @@ -277,7 +274,6 @@ function configureExslt() } ofi.Close(); of.Close(); - fso.CopyFile(optsFileExslt, optsFileExslt2, true); } /* Creates the readme file for the binary distribution of 'bname', for the |