diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:51:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:51:28 +0000 |
commit | afc91dbcc9a162ab85f2e19786afab2fb1486f69 (patch) | |
tree | 5ff414f54d10621cbe0d9e69b6ce72ca476eff77 /sd/workben/testdll | |
parent | 845780b0470cce0950a316a784f762971c266487 (diff) |
INTEGRATION: CWS supdremove02 (1.1.1.1.1538); FILE MERGED
2008/01/25 15:56:06 rt 1.1.1.1.1538.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'sd/workben/testdll')
-rw-r--r-- | sd/workben/testdll/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/workben/testdll/makefile b/sd/workben/testdll/makefile index a14ab58af60a..51f7a1a29c8c 100644 --- a/sd/workben/testdll/makefile +++ b/sd/workben/testdll/makefile @@ -26,7 +26,7 @@ SLOFILES= \ # $(SRS)\ # $(SOLARRESDIR)\ -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) #SHL1LIBS=$(SLB)\$(TARGET).lib !IF "$(COM)"!="WTC" |