mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
small addition to bcb patch
This commit is contained in:
@@ -457,12 +457,13 @@ if (withPython == true) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Create the makefile.
|
||||
var fso = new ActiveXObject("Scripting.FileSystemObject");
|
||||
var makefile = ".\\Makefile.msvc";
|
||||
if (compiler == "mingw")
|
||||
makefile = ".\\Makefile.mingw";
|
||||
else if (compiler == "bcb")
|
||||
makefile = ".\\Makefile.bcb";
|
||||
fso.CopyFile(makefile, ".\\Makefile", true);
|
||||
WScript.Echo("Created Makefile.");
|
||||
|
||||
|
Reference in New Issue
Block a user