summaryrefslogtreecommitdiffstats
path: root/cppunit/ExternalPackage_cppunit.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-07 01:04:54 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-07 01:04:54 +0100
commit7ff25fde3e60fd27c859c86152f9e859b9f53909 (patch)
treea3ea7e8787703641553884c4c2854a67e43b2ee0 /cppunit/ExternalPackage_cppunit.mk
parentfix pretty broken cppunit gbuild conversion on windows (diff)
downloadcore-7ff25fde3e60fd27c859c86152f9e859b9f53909.tar.gz
core-7ff25fde3e60fd27c859c86152f9e859b9f53909.zip
Revert "fix pretty broken cppunit gbuild conversion on windows"
This reverts commit 58cb1a2f25ceba89766797af4ce3ce1d590b3915.
Diffstat (limited to 'cppunit/ExternalPackage_cppunit.mk')
-rw-r--r--cppunit/ExternalPackage_cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/ExternalPackage_cppunit.mk b/cppunit/ExternalPackage_cppunit.mk
index e9c6cac29af2..3d8ab3fdae22 100644
--- a/cppunit/ExternalPackage_cppunit.mk
+++ b/cppunit/ExternalPackage_cppunit.mk
@@ -14,7 +14,7 @@ ifeq ($(OS),WNT)
ifeq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/cppunit_dll.dll,src/cppunit/ReleaseDll/cppunit_dll.dll))
$(eval $(call gb_ExternalPackage_add_file,cppunit,lib/icppunit_dll.lib,src/cppunit/ReleaseDll/cppunit_dll.lib))
-$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/DllPlugInTester.exe,src/DllPlugInTester/ReleaseDll/DllPlugInTester.exe))
+$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/DllPlugInTester_dll.exe,src/DllPlugInTester/ReleaseDll/DllPlugInTester_dll.exe))
else
$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/libcppunit-1-13-0.dll,src/cppunit/.libs/libcppunit-1-13-0.dll))
$(eval $(call gb_ExternalPackage_add_file,cppunit,lib/cppunit.dll.a,src/cppunit/.libs/cppunit.dll.a))