diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-22 16:43:02 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-24 08:33:45 +0100 |
commit | 7fc35af5fd3171cc9bf43d2c27660afcf407d3f6 (patch) | |
tree | ad934b7f7907ebdb18d093944ad738a08f9e4314 | |
parent | 176b9ee183fdaa5837d0d436720ecb199e80f480 (diff) |
remove obsolete Forte NOOPT files
-rwxr-xr-x | accessibility/source/extended/makefile.mk | 3 | ||||
-rw-r--r-- | stoc/source/corereflection/makefile.mk | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/accessibility/source/extended/makefile.mk b/accessibility/source/extended/makefile.mk index 27f4403c8210..06e5298383ac 100755 --- a/accessibility/source/extended/makefile.mk +++ b/accessibility/source/extended/makefile.mk @@ -37,9 +37,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk # --- Files -------------------------------------------------------- -.IF "$(OS)$(COM)"=="SOLARISI" -NOOPTFILES=$(SLO)$/accessibletabbarpagelist.obj -.ENDIF # "$(OS)$(COM)"=="SOLARISI" SLOFILES=\ $(SLO)$/AccessibleBrowseBoxCheckBoxCell.obj \ diff --git a/stoc/source/corereflection/makefile.mk b/stoc/source/corereflection/makefile.mk index 7156f6d63cc4..a546a8a761db 100644 --- a/stoc/source/corereflection/makefile.mk +++ b/stoc/source/corereflection/makefile.mk @@ -48,12 +48,6 @@ SLOFILES= \ $(SLO)$/criface.obj \ $(SLO)$/crenum.obj -# internal compiler error with Forte 6 update 1 (x86) -# to be reconsidered after compiler upgrade -.IF "$(OS)$(CPU)"=="SOLARISI" -NOOPTFILES += $(SLO)$/criface.obj -.ENDIF - SHL1TARGET= $(TARGET) SHL1VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map SHL1STDLIBS= \ |