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:
Vadim Zeitlin 2001-10-02 16:28:14 +00:00
parent d9e4c43beb
commit 85f7ec579e

View File

@ -125,8 +125,8 @@
$EXTRA_LIBS.=" png jpeg tiff";
}
foreach ( split(/ /, $EXTRA_LIBS) ) {
$DEBUG_EXTRA_LIBS .= "$WXDIR\\lib\\$_.lib ";
$RELEASE_EXTRA_LIBS .= "$WXDIR\\lib\\$_" . "d.lib ";
$RELEASE_EXTRA_LIBS .= "$WXDIR\\lib\\$_.lib ";
$DEBUG_EXTRA_LIBS .= "$WXDIR\\lib\\$_" . "d.lib ";
}
#! the wxWin lib name itself is composed from the basename with various