Commit 5ca43ab2 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Add a few definitions required to cross-compile TerritoryManager

parent 64010501
...@@ -9,9 +9,11 @@ INCLUDED_STDTOOLS = YES ...@@ -9,9 +9,11 @@ INCLUDED_STDTOOLS = YES
ifneq (Host,${APCS}) ifneq (Host,${APCS})
GNUTOOLPREFIX = arm-unknown-riscos- GNUTOOLPREFIX = arm-unknown-riscos-
SUFFIX_MODULE = ,ffa SUFFIX_MODULE = ,ffa
SUFFIX_SPRITE = ,ff9
SUFFIX_ABSOLUTE = ,ff8 SUFFIX_ABSOLUTE = ,ff8
SUFFIX_OBEY = ,feb SUFFIX_OBEY = ,feb
SUFFIX_DEBIMAGE = ,fd3 SUFFIX_DEBIMAGE = ,fd3
SUFFIX_SQUASH = ,fca
endif endif
SUFFIX_PERL = ,102 SUFFIX_PERL = ,102
SUFFIX_HEADER = .h SUFFIX_HEADER = .h
...@@ -84,7 +86,7 @@ PERL = perl ...@@ -84,7 +86,7 @@ PERL = perl
RESGEN = resgen RESGEN = resgen
RM = rm -f RM = rm -f
#SETTYPE = settype #SETTYPE = settype
#SQUASH = squash SQUASH = Squash
ifneq (Host,${APCS}) ifneq (Host,${APCS})
SQZ = armsqueeze SQZ = armsqueeze
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment