]> granicus.if.org Git - libexpat/commitdiff
Added static library build support under VC++
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 29 Aug 2002 16:17:09 +0000 (16:17 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 29 Aug 2002 16:17:09 +0000 (16:17 +0000)
expat/Changes

index 9e65ab2c2467a7e1dcaf7945428952ad1361e8e2..7b8a8c88941023224ca7e912558bcdd0e2fb008e 100644 (file)
@@ -7,6 +7,7 @@ Release 1.95.5 someday
        - Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
        - Removed unnecessary DllMain() function that caused static
          linking into a DLL to be difficult.
+      - Added VC++ projects for building static libraries
        - Reduced line-length for all source code and headers to be
          no longer than 80 characters, to help with AS/400 support.
        - Reduced memory copying during parsing (SF patch #600964).