CWS-TOOLING: integrate CWS hr58

2008-12-29 16:47:08 +0100 hr  r265821 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (x86)
2008-12-18 16:16:11 +0100 hr  r265701 : #i97331#: revert to revision r265576
2008-12-18 16:00:41 +0100 hr  r265699 : #i97331#: fix typo in last change
2008-12-17 18:16:18 +0100 hr  r265653 : #i97331#: add comment
2008-12-17 18:11:11 +0100 hr  r265652 : #i97331#: make -xc99=all again dependend on SYSBASEROOT being set
2008-12-17 01:54:23 +0100 hr  r265576 : #i97331#: changes for compiling with SunStudio12 on Solaris 10 (Sparc)
This commit is contained in:
Jens-Heiner Rechtien 2008-12-30 13:48:34 +00:00
parent 95dd5723d0
commit 1616004150
3 changed files with 3 additions and 3 deletions

View file

@ -32,6 +32,7 @@ PRJ=..$/..$/..
PRJNAME=sw PRJNAME=sw
TARGET=tablecore TARGET=tablecore
ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
@ -41,9 +42,6 @@ TARGET=tablecore
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
EXCEPTIONSFILES = \
$(SLO)$/swnewtable.obj
SLOFILES = \ SLOFILES = \
$(SLO)$/swtable.obj \ $(SLO)$/swtable.obj \
$(SLO)$/swnewtable.obj $(SLO)$/swnewtable.obj

View file

@ -106,6 +106,7 @@ EXCEPTIONSFILES = \
$(SLO)$/EnhancedPDFExportHelper.obj \ $(SLO)$/EnhancedPDFExportHelper.obj \
$(SLO)$/inftxt.obj \ $(SLO)$/inftxt.obj \
$(SLO)$/itradj.obj \ $(SLO)$/itradj.obj \
$(SLO)$/itrcrsr.obj \
$(SLO)$/porlay.obj \ $(SLO)$/porlay.obj \
$(SLO)$/pormulti.obj \ $(SLO)$/pormulti.obj \
$(SLO)$/SwGrammarMarkUp.obj \ $(SLO)$/SwGrammarMarkUp.obj \

View file

@ -33,6 +33,7 @@ PRJ=..$/..$/..
PRJNAME=sw PRJNAME=sw
TARGET=view TARGET=view
ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------