rc was moved to objects
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13930 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -156,11 +156,11 @@ if $(OS) = BEOS {
|
|||||||
# path where it should be located. Not nice, but good enough for the moment.
|
# path where it should be located. Not nice, but good enough for the moment.
|
||||||
actions CompileResources
|
actions CompileResources
|
||||||
{
|
{
|
||||||
if [ -f ../../../distro/x86.R1/beos/bin/rc ]; then
|
if [ -f ../../../objects/x86.R1/tools/rc/rc ]; then
|
||||||
../../../distro/x86.R1/beos/bin/rc -o "$(1)" "$(2)"
|
../../../objects/x86.R1/tools/rc/rc -o "$(1)" "$(2)"
|
||||||
else
|
else
|
||||||
echo "Error: Couldn't find rc, the resources compiler. It should "
|
echo "Error: Couldn't find rc, the resources compiler. It should "
|
||||||
echo "Error: be located in distro/x86.R1/beos/bin and can be made"
|
echo "Error: be located in objects/x86.R1/tools/rc/ and can be made"
|
||||||
echo "Error: by invoking \`jam rc'. You can also build the"
|
echo "Error: by invoking \`jam rc'. You can also build the"
|
||||||
echo "Error: StatCacheServer without resources by running"
|
echo "Error: StatCacheServer without resources by running"
|
||||||
echo "Error: NO_STAT_CACHE_SERVER_RESOURCES=1 jam"
|
echo "Error: NO_STAT_CACHE_SERVER_RESOURCES=1 jam"
|
||||||
|
|||||||
Reference in New Issue
Block a user