diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:21:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:21:02 +0000 |
commit | 8d00317017e04cd7009f88b29ef7623d5413eeaf (patch) | |
tree | be0c81771cb43f8e03d678360b7ac13f9c1aefd7 /sal/qa/osl | |
parent | 768915aa8ebd78d553b55a691e3086a8df4504d2 (diff) |
INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED
2007/08/09 09:05:40 obr 1.6.174.2: RESYNC: (1.6-1.8); FILE MERGED
2006/11/29 14:26:49 ydario 1.6.174.1: Initial OS/2 import.
Diffstat (limited to 'sal/qa/osl')
-rwxr-xr-x | sal/qa/osl/security/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/osl/security/makefile.mk b/sal/qa/osl/security/makefile.mk index 8d471959aebd..68150163bacb 100755 --- a/sal/qa/osl/security/makefile.mk +++ b/sal/qa/osl/security/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:24:50 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:21:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,9 @@ SHL1STDLIBS=\ SHL1STDLIBS+= $(SOLARLIBDIR)$/cppunit.lib SHL1STDLIBS+= $(ADVAPI32LIB) .ENDIF +.IF "$(GUI)" == "OS2" +SHL1STDLIBS+= $(SOLARLIBDIR)$/cppunit.lib +.ENDIF .IF "$(GUI)" == "UNX" SHL1STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a .ENDIF |