diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/prj/d.lst | 2 | ||||
-rw-r--r-- | cppuhelper/source/makefile.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index 0707a7609b56..de80ca9b8533 100644 --- a/cppuhelper/prj/d.lst +++ b/cppuhelper/prj/d.lst @@ -62,7 +62,7 @@ mkdir: %_DEST%\inc%_EXT%\cppuhelper ..\%__SRC%\lib\libuno_cppuhelper*.*.* %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\libcppuhelper*.a %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\cppuhelper*.lib %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\cppuh*.lib %_DEST%\lib%_EXT%\* ..\source\unorc %_DEST%\bin%_EXT%\uno.ini ..\source\unorc %_DEST%\lib%_EXT%\unorc diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 09c0063daa61..586ab06cedb2 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -146,7 +146,6 @@ OBJFILES = $(OBJ)$/findsofficepath.obj .IF "$(GUI)" == "WNT" SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) .ELIF "$(GUI)" == "OS2" -SHL1TARGET=cppuh SHL1TARGET=cppuh$(UDK_MAJOR) .ELSE SHL1TARGET=uno_$(TARGET)$(COMID) |