diff options
author | Takashi Ono <tono@openoffice.org> | 2011-02-03 10:02:58 +0100 |
---|---|---|
committer | Takashi Ono <tono@openoffice.org> | 2011-02-03 10:02:58 +0100 |
commit | 5497dad8f1c77a44c1289ced5e50bd2e207fcb83 (patch) | |
tree | 5f71e58d95a3418bd3f78bb41715b0aa573f28ec /cppunit/makefile.mk | |
parent | 3e8c2acbc308a1987257759200dbb1d4a45d0e78 (diff) |
CWS gnumake3: adapt mingw port to new features in cws
Diffstat (limited to 'cppunit/makefile.mk')
-rw-r--r-- | cppunit/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index 9441e9219483..043ce740655d 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -104,6 +104,7 @@ OUTDIR2INC = ooo-install/include/cppunit OUT2BIN = ooo-install/bin/DllPlugInTester.exe \ ooo-install/bin/cygcppunit-1-12-1.dll +OUT2LIB = ooo-install/lib/libcppunit.dll.a .INCLUDE: set_ext.mk .INCLUDE: target.mk |