diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 14:48:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 14:48:46 +0000 |
commit | 1f4293466805239ce0f438a05a044393be9333f7 (patch) | |
tree | f84d5a1940ac1d531e18bbd550d88fb1a2d01466 /automation/util | |
parent | 36eeacb20cc0be939540acdc9d6f35d15ac32dac (diff) |
INTEGRATION: CWS gh10 (1.12.22); FILE MERGED
2005/03/16 15:24:58 gh 1.12.22.1: #i44486#do not link obj files against shared library
Diffstat (limited to 'automation/util')
-rw-r--r-- | automation/util/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index 8ce716670..1d9c35d78 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: obo $ $Date: 2004-09-09 17:24:57 $ +# last change: $Author: vg $ $Date: 2005-03-23 15:48:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,13 +97,8 @@ SHL1STDLIBS= \ $(VOSLIB) -.IF "$(GUI)" == "UNX" -SHL1STDLIBS+= -lapp -.ENDIF - .IF "$(GUI)"=="WNT" SHL1STDLIBS+= \ - $(LIBPRE) app.lib \ $(LIBPRE) advapi32.lib \ $(LIBPRE) gdi32.lib .ENDIF |