summaryrefslogtreecommitdiff
path: root/sal/workben/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 08:47:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 08:47:35 +0000
commit2ee293731baea128bc629157a2e96b16de626a7b (patch)
treea9684f4ce2ca4a9c4efd83400f68014df30065c2 /sal/workben/makefile.mk
parent1dc8c7bc0d48de4f5163eb2db9895bebd216f5ce (diff)
INTEGRATION: CWS mh11rc (1.11.32); FILE MERGED
2003/06/06 09:53:13 mh 1.11.32.1: join: from beta2
Diffstat (limited to 'sal/workben/makefile.mk')
-rw-r--r--sal/workben/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk
index 060b310e2c48..cbbc225efc36 100644
--- a/sal/workben/makefile.mk
+++ b/sal/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2003-04-08 15:54:30 $
+# last change: $Author: vg $ $Date: 2003-06-12 09:47:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -167,7 +167,7 @@ DEF1EXPORTFILE=export.exp
.IF "$(TESTAPP)" == "salstattest"
- CFLAGS+= /DUSE_SAL_STATIC
+ CFLAGS+= -DUSE_SAL_STATIC
OBJFILES= $(OBJ)$/salstattest.obj
@@ -379,7 +379,7 @@ APP4DEPN= $(SLB)$/sal.lib
# tgetpwnam
#
.IF "$(TESTAPP)" == "tgetpwnam"
-.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD"
+.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
CXXFILES= tgetpwnam.cxx
OBJFILES= $(OBJ)$/tgetpwnam.obj
@@ -389,7 +389,7 @@ APP5OBJS= $(OBJFILES)
APP5STDLIBS=$(SALLIB)
APP5DEPN= $(SLB)$/sal.lib
-.ENDIF # (sco | netbsd)
+.ENDIF # (sco | netbsd | freebsd)
.ENDIF # tgetpwname
# --- Targets ------------------------------------------------------