- More fixes related to the removal of the 'lib' prefix on various libraries.

- BootCD is working again now.

svn path=/trunk/; revision=11957
This commit is contained in:
Richard Campbell 2004-12-06 08:33:42 +00:00
parent c07d07cd1a
commit 67c8670a31
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
; DEF file for MS VC++
LIBRARY LIBEXPAT
LIBRARY expat.dll
DESCRIPTION "Implements an XML parser."
EXPORTS
XML_DefaultCurrent @1

View file

@ -1,5 +1,5 @@
; DEF file for MS VC++
LIBRARY LIBEXPATW
LIBRARY expat.dll
DESCRIPTION "Implements an XML parser."
EXPORTS
XML_DefaultCurrent @1