fix for using debug extra libs in release build and vice versa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -125,8 +125,8 @@
|
|||||||
$EXTRA_LIBS.=" png jpeg tiff";
|
$EXTRA_LIBS.=" png jpeg tiff";
|
||||||
}
|
}
|
||||||
foreach ( split(/ /, $EXTRA_LIBS) ) {
|
foreach ( split(/ /, $EXTRA_LIBS) ) {
|
||||||
$DEBUG_EXTRA_LIBS .= "$WXDIR\\lib\\$_.lib ";
|
$RELEASE_EXTRA_LIBS .= "$WXDIR\\lib\\$_.lib ";
|
||||||
$RELEASE_EXTRA_LIBS .= "$WXDIR\\lib\\$_" . "d.lib ";
|
$DEBUG_EXTRA_LIBS .= "$WXDIR\\lib\\$_" . "d.lib ";
|
||||||
}
|
}
|
||||||
|
|
||||||
#! the wxWin lib name itself is composed from the basename with various
|
#! the wxWin lib name itself is composed from the basename with various
|
||||||
|
Reference in New Issue
Block a user