# HG changeset patch # User Iain Williamson # Date 1263929868 0 # Node ID 0921bf34b4876fa443ebe99b43192d43c8130895 # Parent c597353e69c528e6d23fbe0ed8e42e61238ed29f Fixing case non-issue just to be tidy (and to save headaches if the tracecompiler ever runs on Linux, possibly) diff -r c597353e69c5 -r 0921bf34b487 sbsv2/raptor/lib/flm/tracecompiler.mk --- a/sbsv2/raptor/lib/flm/tracecompiler.mk Tue Jan 19 19:32:36 2010 +0000 +++ b/sbsv2/raptor/lib/flm/tracecompiler.mk Tue Jan 19 19:37:48 2010 +0000 @@ -25,7 +25,7 @@ TRACE_PRJNAME:=$(TARGET)_$(TARGETTYPE) endif -TRACE_DICTIONARY:=$(EPOCROOT)/epoc32/OST_Dictionaries/$(TRACE_PRJNAME)_0x$(UID_TC)_Dictionary.xml +TRACE_DICTIONARY:=$(EPOCROOT)/epoc32/ost_dictionaries/$(TRACE_PRJNAME)_0x$(UID_TC)_Dictionary.xml AUTOGEN_HEADER:=$(EPOCROOT)/epoc32/include/internal/SymbianTraces/autogen/$(TRACE_PRJNAME)_0x$(UID_TC)_Traces.h $(if $(FLMDEBUG),$(info TRACE_PATH = $(TRACE_PATH)))