diff options
Diffstat (limited to 'cppunit/ExternalProject_cppunit.mk')
-rw-r--r-- | cppunit/ExternalProject_cppunit.mk | 9 |
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) |