1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-28 23:14:57 +03:00

cmake: Stop using win32config.h

Move this file to the win32 subdirectory.
This commit is contained in:
Nick Wellnhofer
2024-06-22 02:34:36 +02:00
parent 84a4f84c1c
commit 4b6e68282b
4 changed files with 3 additions and 7 deletions

View File

@@ -605,7 +605,7 @@ if (f) {
fso.CopyFile(makefile, new_makefile, true);
WScript.Echo("Created Makefile.");
// Create the config.h.
var confighsrc = "..\\include\\win32config.h";
var confighsrc = "win32config.h";
var configh = "..\\config.h";
var f = fso.FileExists(configh);
if (f) {