remove ENABLE_SVCTAGS stuff, probably staroffice/OOo registration stuff

This commit is contained in:
Caolán McNamara
2011-08-20 22:20:24 +01:00
parent 1f8d149f2f
commit 8cb76ea04a
3 changed files with 0 additions and 12 deletions

View File

@@ -239,10 +239,6 @@ my_components += kde4be1
my_components += component/slideshow/source/engine/OGLTrans/ogltrans
.END
.IF "$(ENABLE_SVCTAGS)" == "YES"
my_components += productregistration.jar
.END
.IF "$(ENABLE_LOMENUBAR)" == "TRUE"
my_components += component/framework/util/lomenubar
.END

View File

@@ -69,10 +69,6 @@ MY_FILES_brand = \
$(MY_MOD)/org/openoffice/Office/Common-brand.xcu \
$(MY_MOD)/org/openoffice/Office/UI-brand.xcu \
$(MY_MOD)/org/openoffice/Setup-brand.xcu
.IF "$(ENABLE_SVCTAGS)" == "YES"
MY_FILES_brand += \
$(MY_MOD)/org/openoffice/Office/Jobs/Jobs-registration.xcu
.END
MY_DEPS_calc = main
MY_FILES_calc = \

View File

@@ -228,10 +228,6 @@ SCPDEFS+=-DSYSTEM_LIBTEXTCAT
SCPDEFS+=-DSYSTEM_LIBTEXTCAT_DATA
.ENDIF
.IF "$(ENABLE_SVCTAGS)" == "YES"
SCPDEFS+=-DENABLE_SVCTAGS
.ENDIF
.IF "$(WITH_VC_REDIST)" == "TRUE"
SCPDEFS+=-DWITH_VC_REDIST
.ENDIF