diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/makefile.mk | 1 | ||||
-rw-r--r-- | desktop/source/so_comp/makefile.mk | 5 | ||||
-rw-r--r-- | desktop/util/makefile.mk | 6 |
3 files changed, 0 insertions, 12 deletions
diff --git a/desktop/source/deployment/makefile.mk b/desktop/source/deployment/makefile.mk index 6d83a5c1004b..ce494b449608 100644 --- a/desktop/source/deployment/makefile.mk +++ b/desktop/source/deployment/makefile.mk @@ -30,7 +30,6 @@ PRJ = ..$/.. PRJNAME = desktop TARGET = deployment ENABLE_EXCEPTIONS = TRUE -#USE_DEFFILE = TRUE NO_BSYMBOLIC = TRUE .IF "$(GUI)"=="OS2" diff --git a/desktop/source/so_comp/makefile.mk b/desktop/source/so_comp/makefile.mk index 590f99518c68..5016489425df 100644 --- a/desktop/source/so_comp/makefile.mk +++ b/desktop/source/so_comp/makefile.mk @@ -37,11 +37,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -# --- Define time bomb date. Not active for OOo -------------------- -# --- Change something in evaluation.cxx!!! (e.g. line 313) -# --- You must use the yyyymmdd format!!! -------------------------- -#CDEFS+=-DTIMEBOMB=20050930 - # --- Files -------------------------------------------------------- SLOFILES = $(SLO)$/evaluation.obj \ diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 3d4950cb40f0..0d36c14612b0 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -78,11 +78,6 @@ APP1VERINFO=verinfo.rc APP1LINKRES=$(MISC)$/$(TARGET)1.res APP1STACK=10000000 -# create a manifest file with the same name as the -#office executable file soffice.exe.manifest -#$(BIN)$/$(TARGET).exe.manifest: template.manifest -#$(COPY) $< $@ - .ENDIF # WNT .ENDIF # "$(GUI)" != "OS2" @@ -96,7 +91,6 @@ APP5OBJS=$(OBJ)$/copyright_ascii_ooo.obj $(OBJ)$/main.obj APP5STDLIBS = $(SALLIB) $(SOFFICELIB) .IF "$(OS)" == "LINUX" APP5STDLIBS+= -lXext -lX11 -#APP5STDLIBS+= -lXext -lSM -lICE .ENDIF # LINUX APP5DEPN= $(APP1TARGETN) $(APP5RES) ooverinfo.rc |