# HG changeset patch # User Richard Taylor # Date 1267538312 0 # Node ID 927c16c07c8858e4bfbce0bc54772e95557a6ad4 # Parent f0e42ff3359fdc9a0c3e0e71835e74526e09474c remove unhide_ci_refs workaround (compiler fixed) diff -r f0e42ff3359f -r 927c16c07c88 sbsv2/raptor/RELEASE-NOTES.txt --- a/sbsv2/raptor/RELEASE-NOTES.txt Tue Mar 02 13:34:36 2010 +0000 +++ b/sbsv2/raptor/RELEASE-NOTES.txt Tue Mar 02 13:58:32 2010 +0000 @@ -6,7 +6,6 @@ - Add support for Cygwin 1.7. - New support for cross-compiling win32 tools on Linux. To enable it, use "sbs -c tools2.win32 -c tools2" on Linux -- New workaround to enable the Qt team to link their code against Symbian DLL's - New prototype support for reading System Definition v3 files diff -r f0e42ff3359f -r 927c16c07c88 sbsv2/raptor/lib/config/locations.xml --- a/sbsv2/raptor/lib/config/locations.xml Tue Mar 02 13:34:36 2010 +0000 +++ b/sbsv2/raptor/lib/config/locations.xml Tue Mar 02 13:58:32 2010 +0000 @@ -102,7 +102,6 @@ - diff -r f0e42ff3359f -r 927c16c07c88 sbsv2/raptor/lib/config/variants.xml --- a/sbsv2/raptor/lib/config/variants.xml Tue Mar 02 13:34:36 2010 +0000 +++ b/sbsv2/raptor/lib/config/variants.xml Tue Mar 02 13:58:32 2010 +0000 @@ -38,9 +38,6 @@ - - - diff -r f0e42ff3359f -r 927c16c07c88 sbsv2/raptor/lib/flm/e32abiv2.flm --- a/sbsv2/raptor/lib/flm/e32abiv2.flm Tue Mar 02 13:34:36 2010 +0000 +++ b/sbsv2/raptor/lib/flm/e32abiv2.flm Tue Mar 02 13:58:32 2010 +0000 @@ -777,7 +777,6 @@ $(if $(LINKERFEEDBACK_STAGE2),$(FEEDBACK_OPTION)$(call dblquote,$(FEEDBACKFILE))) \ $(if $(MULTIFILE_ENABLED),--multifile $(OUTPUT_OPTION) $(MULTIFILEOBJECT) \ --via $$(call dblquote, $(MULTIFILE_VIAFILE)),$(OUTPUT_OPTION) $$@ $$(call dblquote, $$<)) \ - $(if $(REFERENCES_STV_DEFAULT),&& $(UNHIDE_CI_REFS) $$@,) \ $(call endrule,compile) ifeq ($(NO_DEPEND_GENERATE),) @@ -967,7 +966,6 @@ $(if $(USERINCLUDE),$(COMPILER_SYSTEM_INCLUDE_OPTION),)$$(call concat, $(COMPILER_SYSTEM_INCLUDE_OPTION),$$(call dblquote,$(USERINCLUDE))) \ $(if $(SYSTEMINCLUDE),$(COMPILER_SYSTEM_INCLUDE_OPTION),)$$(call concat, $(COMPILER_SYSTEM_INCLUDE_OPTION),$$(call dblquote,$(SYSTEMINCLUDE))) \ $$(call dblquote, $$<) $(OUTPUT_OPTION) $$@ \ - $(if $(REFERENCES_STV_DEFAULT),&& $(UNHIDE_CI_REFS) $$@,) \ $(call endrule,cia2cpp2o) diff -r f0e42ff3359f -r 927c16c07c88 sbsv2/raptor/lib/flm/standard.xml --- a/sbsv2/raptor/lib/flm/standard.xml Tue Mar 02 13:34:36 2010 +0000 +++ b/sbsv2/raptor/lib/flm/standard.xml Tue Mar 02 13:58:32 2010 +0000 @@ -75,7 +75,6 @@ - @@ -103,7 +102,6 @@ -