mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
Jesse Pelton pointed out a problem in the javascript code. Daniel
* win32/configure.js: Jesse Pelton pointed out a problem in the javascript code. Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* win32/configure.js: Jesse Pelton pointed out a problem in the
|
||||||
|
javascript code.
|
||||||
|
|
||||||
Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* NEWS doc/*: regenerated
|
* NEWS doc/*: regenerated
|
||||||
|
@@ -198,7 +198,6 @@ function discoverVersion()
|
|||||||
} else if (compiler == "mingw") {
|
} else if (compiler == "mingw") {
|
||||||
vf.WriteLine("INCLUDE+=;" + buildInclude);
|
vf.WriteLine("INCLUDE+=;" + buildInclude);
|
||||||
vf.WriteLine("LIB+=;" + buildLib);
|
vf.WriteLine("LIB+=;" + buildLib);
|
||||||
}
|
|
||||||
} else if (compiler == "bcb") {
|
} else if (compiler == "bcb") {
|
||||||
vf.WriteLine("INCLUDE=" + buildInclude);
|
vf.WriteLine("INCLUDE=" + buildInclude);
|
||||||
vf.WriteLine("LIB=" + buildLib);
|
vf.WriteLine("LIB=" + buildLib);
|
||||||
|
Reference in New Issue
Block a user