Skip to content
Snippets Groups Projects
Commit 98ecd044 authored by Monty Brandenberg's avatar Monty Brandenberg
Browse files

Win: Get running on Windows. Remove DOM_DYNAMIC, link with libxml2_a.lib.

Release and Debug builds working.  Remove the DOM_DYNAMIC define so
that we don't create declspec declarations to colladadom objects
and pull in libxml2_a (_a for archive) to complete the link.  Debug
functional and would be moreso if not for all the CrtCheckMemory()
calls.
parent 71eb87d0
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ if (WINDOWS) ...@@ -62,7 +62,7 @@ if (WINDOWS)
add_definitions( add_definitions(
/DLL_WINDOWS=1 /DLL_WINDOWS=1
/DNOMINMAX /DNOMINMAX
/DDOM_DYNAMIC # /DDOM_DYNAMIC # For shared library colladadom
/DUNICODE /DUNICODE
/D_UNICODE /D_UNICODE
/GS /GS
......
...@@ -17,6 +17,7 @@ if (WINDOWS) ...@@ -17,6 +17,7 @@ if (WINDOWS)
optimized llprimitive optimized llprimitive
debug libcollada14dom23-sd debug libcollada14dom23-sd
optimized libcollada14dom23-s optimized libcollada14dom23-s
libxml2_a
debug pcrecppd debug pcrecppd
optimized pcrecpp optimized pcrecpp
debug pcred debug pcred
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment