We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24e4e commit 1392688Copy full SHA for 1392688
config/xerces.mpb
@@ -41,9 +41,10 @@ feature(xerces3) {
41
specific(prop:microsoft) {
42
xerceslib = xerces-c_3
43
44
- // Linking the optimized version of xerces-c_2 into a debug application
45
- // has been known to cause run-time issues (as of 4/25/2005), so we
46
- // will link in the debug version for the "Debug" configuration.
+ // Support (but don't require) installation layouts that have
+ // the debug libraries in a subdirectory. vcpkg uses this.
+ Debug::libpaths += $(XERCESCROOT)<%slash%>debug<%slash%>lib
47
+
48
Debug::xerceslib = xerces-c_3D
49
}
50
specific(prop:borland) {
0 commit comments