diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:26:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:26:08 +0300 |
commit | 11c71842f6d73f80cc40d2752421eec9af40bb51 (patch) | |
tree | d6de27d1d9e96bae92a6b7e7db3ce661b1582afb /desktop/util | |
parent | 15083950a5c814dd5765ef49751a2700052a5a99 (diff) |
Drop OS2
Diffstat (limited to 'desktop/util')
-rwxr-xr-x | desktop/util/makefile.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index df2fe688b9fa..1c6fb2e0e46b 100755 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -47,9 +47,6 @@ VERINFONAME=verinfo .IF "$(GUI)" == "WNT" RCFILES=verinfo.rc .ENDIF -.IF "$(GUI)" == "OS2" -RCFILES=ooverinfo2.rc -.ENDIF # --- Linken der Applikation --------------------------------------- @@ -63,7 +60,6 @@ RESLIB1SRSFILES= $(SRS)$/desktop.srs .IF "$(L10N_framework)"=="" .IF "$(LINK_SO)"=="TRUE" -.IF "$(GUI)" != "OS2" APP1TARGET=so$/$(TARGET) APP1NOSAL=TRUE APP1RPATH=BRAND @@ -80,8 +76,6 @@ APP1STACK=10000000 .ENDIF # WNT -.ENDIF # "$(GUI)" != "OS2" - .ENDIF # "$(LINK_SO)"=="TRUE" APP5TARGET=soffice @@ -104,14 +98,6 @@ APP5LINKRES=$(MISC)$/ooffice5.res APP5STACK=10000000 .ENDIF # WNT -.IF "$(GUI)" == "OS2" -APP5DEF= # automatic -APP5RES= $(RES)$/oodesktop.res -APP5ICON=$(SOLARRESDIR)$/icons/ooo-main-app.ico -APP5VERINFO=ooverinfo2.rc -APP5LINKRES=$(MISC)$/ooffice.res -.ENDIF # OS2 - .IF "$(GUI)" == "WNT" .IF "$(LINK_SO)"=="TRUE" APP6TARGET=so$/officeloader @@ -179,14 +165,9 @@ ALLTAR: $(BIN)$/so$/$(TARGET).bin .ENDIF # "$(LINK_SO)"=="TRUE" .ENDIF # WNT -.IF "$(GUI)" == "OS2" -ALLTAR: $(BIN)$/$(TARGET).bin -.ENDIF # OS2 - $(BIN)$/soffice_oo$(EXECPOST) : $(APP5TARGETN) $(COPY) $< $@ -.IF "$(GUI)" != "OS2" .IF "$(LINK_SO)"=="TRUE" $(BIN)$/so$/soffice_so$(EXECPOST) : $(APP1TARGETN) $(COPY) $< $@ @@ -194,7 +175,6 @@ $(BIN)$/so$/soffice_so$(EXECPOST) : $(APP1TARGETN) ALLTAR : $(BIN)$/so$/soffice_so$(EXECPOST) .ENDIF # "$(LINK_SO)"=="TRUE" ALLTAR : $(BIN)$/soffice_oo$(EXECPOST) -.ENDIF .IF "$(OS)" == "MACOSX" .IF "$(LINK_SO)"=="TRUE" @@ -247,11 +227,6 @@ $(BIN)$/so$/$(TARGET).bin: $(BIN)$/so$/$(TARGET)$(EXECPOST) .ENDIF # WNT -.IF "$(GUI)" == "OS2" -$(BIN)$/$(TARGET).bin: $(BIN)$/$(TARGET)$(EXECPOST) - $(COPY) $< $@ -.ENDIF # OS2 - $(MISC)$/binso_created.flg : @@-$(MKDIRHIER) $(BIN)$/so && $(TOUCH) $@ |