summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-01 18:25:06 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-01 18:25:16 +0100
commit4ba2da94d14f8c67d5699243d4c294300259825e (patch)
treeb1e5965788bde921f2a14b34a9bd906c46ce91b5 /sw
parent2cf565290cc8edb641336ac5bba82a791c0a2614 (diff)
Clean up makefiles
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/sw.mk3
-rw-r--r--sw/qa/complex/accessibility/makefile.mk2
-rw-r--r--sw/sdi/makefile.mk1
-rw-r--r--sw/source/core/access/makefile.mk3
-rw-r--r--sw/source/core/swg/makefile.mk2
-rw-r--r--sw/source/core/unocore/makefile.mk4
6 files changed, 2 insertions, 13 deletions
diff --git a/sw/inc/sw.mk b/sw/inc/sw.mk
index 237e4c9d40a7..c7ba1233d708 100644
--- a/sw/inc/sw.mk
+++ b/sw/inc/sw.mk
@@ -25,11 +25,8 @@
#
#*************************************************************************
-# CDEFS=$(CDEFS) -DXXX
-
# Bereiche aktivieren
-#CDEFS+=-DXML_CORE_API
CDEFS+=-DACCESSIBLE_LAYOUT
# define SW_DLLIMPLEMENTATION (see @ swdllapi.h)
diff --git a/sw/qa/complex/accessibility/makefile.mk b/sw/qa/complex/accessibility/makefile.mk
index e4096829bb22..937f023ed04d 100644
--- a/sw/qa/complex/accessibility/makefile.mk
+++ b/sw/qa/complex/accessibility/makefile.mk
@@ -31,8 +31,8 @@ PRJNAME = sw
PACKAGE = complex$/accessibility
# --- Settings -----------------------------------------------------
-.INCLUDE: settings.mk
+.INCLUDE: settings.mk
#----- compile .java files -----------------------------------------
diff --git a/sw/sdi/makefile.mk b/sw/sdi/makefile.mk
index 0cf3813d3fcf..cf87ea15c53b 100644
--- a/sw/sdi/makefile.mk
+++ b/sw/sdi/makefile.mk
@@ -45,7 +45,6 @@ SVSDIINC=$(PRJ)$/source$/ui$/inc
.IF "$(L10N_framework)"==""
SDI1NAME=$(TARGET)
SDI1EXPORT=swriter
-#SIDHRCNAME=swslots.hrc
# --- Files --------------------------------------------------------
SVSDI1DEPEND= \
diff --git a/sw/source/core/access/makefile.mk b/sw/source/core/access/makefile.mk
index 72871314f722..3a3802dda733 100644
--- a/sw/source/core/access/makefile.mk
+++ b/sw/source/core/access/makefile.mk
@@ -31,7 +31,6 @@ PRJNAME=sw
TARGET=access
# --- Settings -----------------------------------------------------
-#ENABLE_EXCEPTIONS=TRUE
.INCLUDE : $(PRJ)$/inc$/swpre.mk
.INCLUDE : settings.mk
@@ -95,6 +94,4 @@ EXCEPTIONSFILES= \
# --- Targets -------------------------------------------------------
-
.INCLUDE : target.mk
-
diff --git a/sw/source/core/swg/makefile.mk b/sw/source/core/swg/makefile.mk
index 4c838b45cbae..925eef3bc93f 100644
--- a/sw/source/core/swg/makefile.mk
+++ b/sw/source/core/swg/makefile.mk
@@ -30,8 +30,6 @@ PRJ=..$/..$/..
PRJNAME=sw
TARGET=swg
-#ENABLE_EXCEPTIONS=TRUE
-
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/inc$/swpre.mk
diff --git a/sw/source/core/unocore/makefile.mk b/sw/source/core/unocore/makefile.mk
index 09e6371ada80..305075fd984f 100644
--- a/sw/source/core/unocore/makefile.mk
+++ b/sw/source/core/unocore/makefile.mk
@@ -31,13 +31,13 @@ PRJNAME=sw
TARGET=unocore
# --- Settings -----------------------------------------------------
-#ENABLE_EXCEPTIONS=TRUE
.INCLUDE : $(PRJ)$/inc$/swpre.mk
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/inc$/sw.mk
# --- Files --------------------------------------------------------
+
EXCEPTIONSFILES= \
$(SLO)$/swunohelper.obj\
$(SLO)$/SwXTextDefaults.obj\
@@ -119,6 +119,4 @@ SLOFILES = \
# --- Targets -------------------------------------------------------
-
.INCLUDE : target.mk
-