summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 15:49:47 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 15:49:47 +0000
commit5bdf81d4617f4e07d88989e9874f9f639fdd8f3a (patch)
tree9e2bd341c71344c24b1065cd0209ee3234f72a12
parentc08f526967c21029066250e0dafde41b98983ed0 (diff)
INTEGRATION: CWS os2port03 (1.48.218); FILE MERGED
2008/07/16 12:19:41 obr 1.48.218.2: RESYNC: (1.48-1.49); FILE MERGED 2008/04/15 14:38:00 ydario 1.48.218.1: Issue number: i85203 Submitted by: ydario Reviewed by: ydario
-rw-r--r--solenv/inc/pstrules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/pstrules.mk b/solenv/inc/pstrules.mk
index 2d86ebeb5400..d582f0acdaad 100644
--- a/solenv/inc/pstrules.mk
+++ b/solenv/inc/pstrules.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: pstrules.mk,v $
#
-# $Revision: 1.49 $
+# $Revision: 1.50 $
#
# This file is part of OpenOffice.org.
#
@@ -143,7 +143,7 @@ $(PAR)$/%.par :
@echo ------------------------------
@echo Making: $@
@@-$(MKDIR) $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
$(CPPLCC) -+ -P $(INCLUDE) $(CDEFS) $(SCPDEFS) -DDLLPOSTFIX=$(DLLPOSTFIX) $(*:b).scp > $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre
.ENDIF
.IF "$(GUI)"=="UNX"