1
0
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:
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

@@ -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);