1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

removed obsolete copy operations

This commit is contained in:
Igor Zlatkovic
2005-04-06 22:01:43 +00:00
parent 80bafff9a2
commit e11b6529e6

View File

@ -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