summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2002-09-05 12:44:48 +0000
committerOliver Bolte <obo@openoffice.org>2002-09-05 12:44:48 +0000
commitd797361800b7e076ebdde684bacb722da876e5f5 (patch)
tree85ce83a487be341730f7b3d28ff04b6dfc45499a /svx/source/options
parentMerge SRX643: 05.09.02 - 15:24:38 (diff)
downloadcore-d797361800b7e076ebdde684bacb722da876e5f5.tar.gz
core-d797361800b7e076ebdde684bacb722da876e5f5.zip
#100000# optsso.o
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/makefile.mk56
1 files changed, 7 insertions, 49 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk
index 1b1f7582d9cf..e006c657ba56 100644
--- a/svx/source/options/makefile.mk
+++ b/svx/source/options/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: fs $ $Date: 2002-09-03 08:15:46 $
+# last change: $Author: obo $ $Date: 2002-09-05 13:44:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,53 +67,16 @@ PROJECTPCHSOURCE=$(PRJ)$/util\svxpch
PRJNAME=svx
TARGET=options
-AUTOSEG=true
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
-.IF "$(GUI)"=="MAC"
-CFLAGS+=-D DG_DLL
-.ELSE
CFLAGS+=-DDG_DLL
-.ENDIF
# --- Files --------------------------------------------------------
-.IF "$(header)" == ""
-
-#IMGLST_SRS=$(SRS)$/options.srs
-#BMP_IN=$(PRJ)$/win/res
-
-CXXFILES = \
- asiancfg.cxx \
- colorcfg.cxx \
- optasian.cxx \
- optcolor.cxx \
- optpath.cxx \
- optdict.cxx \
- optitems.cxx \
- optgenrl.cxx \
- optaccessibility.cxx \
- optsave.cxx \
- adritem.cxx \
- optlingu.cxx \
- optgrid.cxx \
- optinet2.cxx \
- ldapdlg.cxx \
- multipat.cxx \
- multifil.cxx \
- optextbr.cxx \
- srchcfg.cxx
-
-.IF "$(BUILD_SOSL)" == ""
- CXXFILES += optsso.cxx
-.ENDIF
-
SRCFILES = \
optasian.src \
optcolor.src \
@@ -129,10 +92,6 @@ SRCFILES = \
multipat.src \
optextbr.src
-.IF "$(BUILD_SOSL)" == ""
- SRCFILES += optsso.src
-.ENDIF
-
EXCEPTIONSFILES= \
$(SLO)$/multifil.obj \
$(SLO)$/optasian.obj \
@@ -157,7 +116,11 @@ SLOFILES= $(EXCEPTIONSFILES) \
$(SLO)$/srchcfg.obj
.IF "$(BUILD_SOSL)" == ""
- SLOFILES += $(SLO)$/optsso.obj
+SRCFILES += optsso.src
+
+SLOFILES += $(SLO)$/optsso.obj
+
+EXCEPTIONSFILES += $(SLO)$/optsso.obj
.ENDIF
SVXLIGHTOBJFILES= \
@@ -167,11 +130,6 @@ SVXLIGHTOBJFILES= \
SLOFILES+= \
$(SLO)$/optdll.obj
.ENDIF
-.ENDIF
-
-.IF "$(BUILD_SOSL)" == ""
- EXCEPTIONSFILES += $(SLO)$/optsso.obj
-.ENDIF
# --- Targets -------------------------------------------------------