diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
commit | c30ae0c43180cf994ea09cc283f0d2d7f1b4b259 (patch) | |
tree | d5622dc1bd74c05a9fe6a0a4f0006c89d4135195 /cppunit | |
parent | 105e7959b9f36abda15e4c1c934a38ee4408e6bb (diff) |
CWS-TOOLING: integrate CWS mingwport15
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/source/win32/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppunit/source/win32/makefile.mk b/cppunit/source/win32/makefile.mk index d7e5eb53ee16..59f67b9e2765 100644 --- a/cppunit/source/win32/makefile.mk +++ b/cppunit/source/win32/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.2.2.1 $ # # This file is part of OpenOffice.org. # @@ -52,7 +52,7 @@ LIB1OBJFILES= \ .IF "$(GUI)"=="WNT" .IF "$(COM)"=="GCC" -LIB2ARCHIV=$(LB)$/lib$(TARGET)$(DLLPOSTFIX).a +LIB1ARCHIV=$(LB)$/lib$(TARGET)$(DLLPOSTFIX).a .ENDIF .ENDIF |