mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
win32: Deprecate old Windows build system
This commit is contained in:
@@ -698,6 +698,10 @@ txtOut += "Put static libs in: " + buildLibPrefix + "\n";
|
||||
txtOut += "Put shared libs in: " + buildSoPrefix + "\n";
|
||||
txtOut += " Include path: " + buildInclude + "\n";
|
||||
txtOut += " Lib path: " + buildLib + "\n";
|
||||
txtOut += "\n";
|
||||
txtOut += "DEPRECATION WARNING: The build system in the win32 directory is\n";
|
||||
txtOut += "deprecated and will be removed in a future release. Please switch\n";
|
||||
txtOut += "to CMake.\n";
|
||||
WScript.Echo(txtOut);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user