mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-19 18:50:25 +08: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:
parent
75eb1adc04
commit
13d07cdc0b
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user