summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-31 13:38:34 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-31 13:49:14 +0300
commit10f458388c1096cccd6797bfd56bc9fd052eab00 (patch)
treecc8bcc1c957a15926e0918292e96cfc579e69f73 /cppunit
parentf5e8f5b0b5410d29b5cb1fb6fbbd8bf3c48a0201 (diff)
Bin VS2008 bits
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/ExternalProject_cppunit.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/cppunit/ExternalProject_cppunit.mk b/cppunit/ExternalProject_cppunit.mk
index e4a3cb1338a9..cc4b9ad8edb7 100644
--- a/cppunit/ExternalProject_cppunit.mk
+++ b/cppunit/ExternalProject_cppunit.mk
@@ -15,14 +15,6 @@ $(eval $(call gb_ExternalProject_register_targets,cppunit,\
ifeq ($(OS)$(COM),WNTMSC)
-ifeq ($(VCVER),90)
-$(call gb_ExternalProject_get_state_target,cppunit,build) :
- $(call gb_ExternalProject_run,build,\
- $(COMPATH)/vcpackages/vcbuild.exe cppunit_dll.vcproj "$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release)|Win32" \
- && cd ../DllPlugInTester \
- && $(COMPATH)/vcpackages/vcbuild.exe DllPlugInTester.vcproj "$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release)|Win32" \
- ,src/cppunit)
-else
$(call gb_ExternalProject_get_state_target,cppunit,build) :
$(call gb_ExternalProject_run,build,\
msbuild.exe cppunit_dll.vcxproj /p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
@@ -31,7 +23,6 @@ $(call gb_ExternalProject_get_state_target,cppunit,build) :
&& msbuild.exe DllPlugInTester.vcxproj /p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
$(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110 /p:VisualStudioVersion=11.0) \
,src/cppunit)
-endif
else
cppunit_CXXFLAGS=$(CXXFLAGS)