INTEGRATION: CWS macrestart_DEV300 (1.82.30); FILE MERGED
2008/08/22 16:34:17 hro 1.82.30.1: #i92798# Officeloader for macosx
This commit is contained in:
parent
21af0abf77
commit
87b8284ca3
1 changed files with 9 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.82 $
|
# $Revision: 1.83 $
|
||||||
#
|
#
|
||||||
# This file is part of OpenOffice.org.
|
# This file is part of OpenOffice.org.
|
||||||
#
|
#
|
||||||
|
@ -162,6 +162,14 @@ APP7OBJS = \
|
||||||
$(OBJ)$/officeloader.obj \
|
$(OBJ)$/officeloader.obj \
|
||||||
$(SOLARLIBDIR)$/pathutils-obj.obj
|
$(SOLARLIBDIR)$/pathutils-obj.obj
|
||||||
STDLIB7=$(ADVAPI32LIB) $(SHELL32LIB) $(SHLWAPILIB)
|
STDLIB7=$(ADVAPI32LIB) $(SHELL32LIB) $(SHLWAPILIB)
|
||||||
|
.ELIF "$(OS)" == "MACOSX"
|
||||||
|
APP6TARGET=officeloader
|
||||||
|
APP6NOSAL=TRUE
|
||||||
|
APP6RPATH=BRAND
|
||||||
|
APP6OBJS=$(OBJ)$/copyright_ascii_ooo.obj $(OBJ)$/officeloader.obj
|
||||||
|
APP6STDLIBS = $(SALLIB)
|
||||||
|
APP5DEPN= $(APP1TARGETN) $(APP5RES) ooverinfo.rc
|
||||||
|
APP5DEF= $(MISCX)$/$(TARGET).def
|
||||||
.ENDIF # WNT
|
.ENDIF # WNT
|
||||||
|
|
||||||
# --- Targets -------------------------------------------------------------
|
# --- Targets -------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue