git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11785
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
$EXTRA_LIBS.=" png jpeg tiff";
}
foreach ( split(/ /, $EXTRA_LIBS) ) {
$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
}
#! the wxWin lib name itself is composed from the basename with various