Tweak how we cheat on the resource files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -225,16 +225,16 @@ if [ $skipbuild != yes ]; then
|
|||||||
|
|
||||||
# Make wxWidgets and some contribs
|
# Make wxWidgets and some contribs
|
||||||
|
|
||||||
# For some reason Rez and DeRez have started locking up if run as
|
# For some reason Rez and DeRez have started locking up if run via
|
||||||
# root, figure out why, but in the meantime...
|
# an ssh terminal. Figure out why, but in the meantime...
|
||||||
if [ "$UID" = "0" ]; then
|
if [ "$CHARTYPE" = "ansi" ]; then
|
||||||
chmod a+w lib
|
echo cp /projects/wx2.5/bld/lib/libwx_macd-2.5.?.r* lib
|
||||||
if [ "$CHARTYPE" = "ansi" ]; then
|
cp /projects/wx2.5/bld/lib/libwx_macd-2.5.?.r* lib
|
||||||
su robind -c "make lib/libwx_macd-2.5.4.r"
|
else
|
||||||
else
|
echo cp /projects/wx2.5/bld-unicode/lib/libwx_macud-2.5.?.r* lib
|
||||||
su robind -c "make lib/libwx_macud-2.5.4.r"
|
cp /projects/wx2.5/bld-unicode/lib/libwx_macud-2.5.?.r* lib
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
touch lib/libwx*.r*
|
||||||
|
|
||||||
make $MAKEJOBS
|
make $MAKEJOBS
|
||||||
make $MAKEJOBS -C contrib/src/gizmos
|
make $MAKEJOBS -C contrib/src/gizmos
|
||||||
|
Reference in New Issue
Block a user