diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-07 01:04:54 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-07 01:04:54 +0100 |
commit | 7ff25fde3e60fd27c859c86152f9e859b9f53909 (patch) | |
tree | a3ea7e8787703641553884c4c2854a67e43b2ee0 /cppunit/UnpackedTarball_cppunit.mk | |
parent | 58cb1a2f25ceba89766797af4ce3ce1d590b3915 (diff) |
Revert "fix pretty broken cppunit gbuild conversion on windows"
This reverts commit 58cb1a2f25ceba89766797af4ce3ce1d590b3915.
Diffstat (limited to 'cppunit/UnpackedTarball_cppunit.mk')
-rw-r--r-- | cppunit/UnpackedTarball_cppunit.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppunit/UnpackedTarball_cppunit.mk b/cppunit/UnpackedTarball_cppunit.mk index 49e556711e3c..c8cb69eafc09 100644 --- a/cppunit/UnpackedTarball_cppunit.mk +++ b/cppunit/UnpackedTarball_cppunit.mk @@ -29,9 +29,5 @@ $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ cppunit/disable-dynloading.patch \ )) endif -$(eval $(call gb_UnpackedTarball_add_file,cppunit,src/cppunit/cppunit_dll.vcproj,cppunit/src/cppunit_dll.vcproj)) -$(eval $(call gb_UnpackedTarball_add_file,cppunit,src/cppunit/cppunit_dll.vcxproj,cppunit/src/cppunit_dll.vcxproj)) -$(eval $(call gb_UnpackedTarball_add_file,cppunit,src/DllPlugInTester/DllPlugInTester.vcproj,cppunit/src/DllPlugInTester.vcproj)) -$(eval $(call gb_UnpackedTarball_add_file,cppunit,src/DllPlugInTester/DllPlugInTester.vcxproj,cppunit/src/DllPlugInTester.vcxproj)) # vim: set noet sw=4 ts=4: |