1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +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:
Daniel Veillard 2003-07-07 16:02:41 +00:00
parent 75eb1adc04
commit 13d07cdc0b
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* NEWS doc/*: regenerated

View File

@ -198,7 +198,6 @@ function discoverVersion()
} else if (compiler == "mingw") {
vf.WriteLine("INCLUDE+=;" + buildInclude);
vf.WriteLine("LIB+=;" + buildLib);
}
} else if (compiler == "bcb") {
vf.WriteLine("INCLUDE=" + buildInclude);
vf.WriteLine("LIB=" + buildLib);