Regenerated configure

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-21 08:40:25 +00:00
parent 07421d20b5
commit 8bb3c88570
3 changed files with 2365 additions and 822 deletions

1839
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -158,7 +158,7 @@ cd wxMac-${WXVER}
if [ -f $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip ]; then
unzip -o $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip
else
echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-CW-Mac.zip"
echo "Warning - did not find $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip"
fi
$TAR xf ../wxMac-${WXVER}.tar
@@ -208,7 +208,7 @@ cd wxWindows-${WXVER}
if [ -f $WXDEST/extra/wxWindows-${WXVER}-VC.zip ]; then
unzip -o $WXDEST/extra/wxWindows-${WXVER}-VC.zip
else
echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-VC.zip"
echo "Warning - did not find $WXDEST/extra/wxWindows-${WXVER}-VC.zip"
fi
# If we have the full set of Mac CW project files,
@@ -216,7 +216,7 @@ fi
if [ -f $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip ]; then
unzip -o $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip
else
echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-CW-Mac.zip"
echo "Warning - did not find $WXDEST/extra/wxWindows-${WXVER}-CW-Mac.zip"
fi
$TAR xf ../wxAll-${WXVER}.tar

1322
include/wx/univ/setup.h Normal file

File diff suppressed because it is too large Load Diff