INTEGRATION: CWS os2port03 (1.10.54); FILE MERGED

2008/07/16 12:30:34 obr 1.10.54.2: RESYNC: (1.10-1.15); FILE MERGED
2008/01/14 16:25:09 ydario 1.10.54.1: new deliveries, use short name for dp_misc
Issue number:i85203
Submitted by:ydario
This commit is contained in:
Oliver Bolte 2008-07-22 16:16:08 +00:00
parent a0596b7663
commit 86bf90ca4c

View file

@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.16 $
# $Revision: 1.17 $
#
# This file is part of OpenOffice.org.
#
@ -33,7 +33,11 @@ PRJ = ..$/..$/..
PRJNAME = desktop
TARGET = unopkg
.IF "$(GUI)" == "OS2"
TARGETTYPE = CUI
.ELSE
TARGETTYPE = GUI
.ENDIF
ENABLE_EXCEPTIONS = TRUE
LIBTARGET=NO
@ -98,3 +102,5 @@ $(APP1TARGETN) : $(MISC)$/binso_created.flg
$(MISC)$/binso_created.flg:
@@-$(MKDIRHIER) $(BIN)$/so && $(TOUCH) $@
@@-$(MKDIRHIER) $(MISC)$/so && $(TOUCH) $@