diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-09-20 11:37:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-09-20 11:37:33 +0000 |
commit | b4e33c4f87b36a38e933e21bbb6bb041d51c11e1 (patch) | |
tree | 0ce75d529227799a03d4f2ba91828efe183cd94f /sfx2/util | |
parent | 60dfba04bba9abf1d6e514e90215c227ddd37970 (diff) |
#100000# unicows.lib uwinapi.lib instaed of user9x.lib
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 69567e836b75..9ea3a84b45bc 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: hr $ $Date: 2002-08-15 15:37:41 $ +# last change: $Author: obo $ $Date: 2002-09-20 12:37:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -150,10 +150,9 @@ SHL1STDLIBS+=\ shell32.lib \ gdi32.lib \ ole32.lib \ - uuid.lib - -SHL1STDLIBS+=user9x.lib - + uuid.lib \ + uwinapi.lib \ + unicows.lib .ENDIF |