diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-31 13:38:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-31 13:49:14 +0300 |
commit | 10f458388c1096cccd6797bfd56bc9fd052eab00 (patch) | |
tree | cc8bcc1c957a15926e0918292e96cfc579e69f73 | |
parent | f5e8f5b0b5410d29b5cb1fb6fbbd8bf3c48a0201 (diff) |
Bin VS2008 bits
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
-rw-r--r-- | cppunit/ExternalProject_cppunit.mk | 9 | ||||
-rw-r--r-- | python3/ExternalProject_python3.mk | 7 |
2 files changed, 0 insertions, 16 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) diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk index f672d71d3c16..0db0df895856 100644 --- a/python3/ExternalProject_python3.mk +++ b/python3/ExternalProject_python3.mk @@ -49,13 +49,6 @@ else ifeq ($(VCVER),100) && cd $(EXTERNAL_WORKDIR) \ && ln -s PCbuild LO_lib \ ,PCBuild) -else ifeq ($(VCVER),90) - $(call gb_ExternalProject_run,build,\ - MAKEFLAGS= $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln \ - "$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release)|$(if $(filter INTEL,$(CPUNAME)),Win32,x64)" \ - && cd $(EXTERNAL_WORKDIR) \ - && ln -s PC/VS9.0 LO_lib \ - ,PC/VS9.0) endif else |