diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:25:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:25:01 +0000 |
commit | 34de17e8efac1f4da649f1550bdf4e214417f0e3 (patch) | |
tree | b5365289e83cc2e5686dad437f10dcaa909cbba6 | |
parent | eac168644163904ac594286756887f75c6fcc56b (diff) |
INTEGRATION: CWS os2port01 (1.15.68); FILE MERGED
2007/07/13 09:34:20 obr 1.15.68.2: RESYNC: (1.15-1.20); FILE MERGED
2006/12/28 15:01:45 ydario 1.15.68.1: OS/2 initial import.
-rw-r--r-- | psprint/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk index e3d71b87e415..b6dc6d33c849 100644 --- a/psprint/util/makefile.mk +++ b/psprint/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: hr $ $Date: 2007-06-27 13:51:57 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:25:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,9 +42,9 @@ TARGET=psp .INCLUDE : settings.mk -# --- Windows and Mac OS X Aqua Targets ---------------------------------- +# --- Windows, OS/2 and Mac OS X Aqua Targets ---------------------------- -.IF "$(OS)"=="WNT" || "$(GUIBASE)"=="aqua" +.IF "$(OS)"=="WNT" || "$(OS)"=="OS2" || "$(GUIBASE)"=="aqua" LIB1ARCHIV=$(LB)$/lib$(TARGET).a LIB1TARGET= $(SLB)$/a$(TARGET).lib LIB1FILES= $(SLB)$/fontsubset.lib |