diff options
author | Andras Timar <atimar@suse.com> | 2011-09-16 22:35:11 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-17 10:18:19 +0200 |
commit | c907a667c2dfab0a59ad182883a44bc751a22d53 (patch) | |
tree | 55adcf41e220bb7d3aae4948823d93985a4c25fd /instsetoo_native/util | |
parent | 5b465d87703e4843be36d7175aa3d5a969f86282 (diff) |
build multi language dev-installer on windows
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 6880750d0de8..19868f88c72b 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -102,12 +102,20 @@ ALLTAR : openofficeall ooohelppack sdkooall ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack $(eq,$(OS),MACOSX $(NULL) ooohelppack) sdkoo_en-US ure_en-US .ENDIF .ENDIF -.ELSE +.ELSE # "$(ENABLE_RELEASE_BUILD)"=="TRUE" .IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/ODK//)" +.IF "$(GUI)"=="WNT" +ALLTAR : openofficedevall ooodevhelppack +.ELSE ALLTAR : openofficedev_$(defaultlangiso) ooodevlanguagepack $(eq,$(OS),MACOSX $(NULL) ooodevhelppack) +.ENDIF +.ELSE +.IF "$(GUI)"=="WNT" +ALLTAR : openofficeidevall ooodevhelppack sdkoodevall .ELSE ALLTAR : openofficedev_$(defaultlangiso) ooodevlanguagepack $(eq,$(OS),MACOSX $(NULL) ooodevhelppack) sdkoodev_en-US ure_en-US .ENDIF +.ENDIF .ENDIF # "$(ENABLE_RELEASE_BUILD)"=="TRUE" .ENDIF # "$(GUI)"!="WNT" && "$(EPM)"=="NO" |