Added suffix "d" to lib/dll to differentiate Debug from Release output so they don't overwrite each other.
Fixes #323
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index c749f54..228b5de 100755
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -43,6 +43,7 @@
 endif(MSVC)

 if(WIN32)

     add_definitions(-DCOMPILING_FOR_WINDOWS)

+    set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows")

 endif(WIN32)

 

 set(expat_SRCS