diff options
author | David Tardon <dtardon@openoffice.org> | 2010-04-06 17:48:48 +0200 |
---|---|---|
committer | David Tardon <dtardon@openoffice.org> | 2010-04-06 17:48:48 +0200 |
commit | 9ce3f9dfeaa733da940149a327f1642db49b47ef (patch) | |
tree | 2c91d7c48800cdb12f95e01d0a96ac61805c1feb /xmloff/util | |
parent | 70eb92ace08ef3ce055634b0491b741b8c3c3bd1 (diff) |
dtardon01: #i37275# fix build on windows
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index 0ffaefaf45a4..b8745b6b8fff 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -54,7 +54,7 @@ LIB1FILES= \ # --- Shared-Library ----------------------------------------------- SHL1TARGET= xo$(DLLPOSTFIX) -SHL1IMPLIB= i$(SHL1TARGET) +SHL1IMPLIB= i$(TARGET) SHL1USE_EXPORTS=name SHL1STDLIBS= \ |