diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 08:54:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 08:54:19 +0000 |
commit | c4441d5032975873c05331c0992c77b1be45c9b6 (patch) | |
tree | 2465b93b4fafcd410c8daef9fc2a3a3f6db846d7 /desktop | |
parent | 1672307d25c77a4f9b1932d7f3426661855cedbf (diff) |
INTEGRATION: CWS userdatamigration (1.8.90); FILE MERGED
2008/07/10 08:31:06 jl 1.8.90.2: #i88426# basic and dialog libraries were disabled after migration
2008/07/08 06:58:01 mba 1.8.90.1: #i88426#: migration of extensions and wordbooks
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/migration/services/makefile.mk | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/desktop/source/migration/services/makefile.mk b/desktop/source/migration/services/makefile.mk index cf1b1c7c33cb..86d1371e9957 100644 --- a/desktop/source/migration/services/makefile.mk +++ b/desktop/source/migration/services/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # # This file is part of OpenOffice.org. # @@ -37,7 +37,7 @@ ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST = migrationoo2 # --- Settings ----------------------------------------------------- - +.INCLUDE : ..$/..$/deployment/inc/dp_misc.mk .INCLUDE : settings.mk DLLPRE = @@ -49,19 +49,27 @@ SLOFILES= \ $(SLO)$/jvmfwk.obj \ $(SLO)$/cexports.obj \ $(SLO)$/basicmigration.obj \ + $(SLO)$/wordbookmigration.obj \ + $(SLO)$/extensionmigration.obj \ $(SLO)$/autocorrmigration.obj SHL1TARGET=$(TARGET) SHL1VERSIONMAP = migrationoo2.map SHL1STDLIBS= \ + $(DEPLOYMENTMISCLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) \ + $(UCBHELPERLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(I18NISOLANGLIB) \ - $(JVMFWKLIB) + $(JVMFWKLIB) \ + $(COMPHELPERLIB) \ + $(XMLSCRIPTLIB) + + SHL1DEPN= SHL1IMPLIB=i$(TARGET) |