summaryrefslogtreecommitdiff
path: root/python3
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 /python3
parentf5e8f5b0b5410d29b5cb1fb6fbbd8bf3c48a0201 (diff)
Bin VS2008 bits
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
Diffstat (limited to 'python3')
-rw-r--r--python3/ExternalProject_python3.mk7
1 files changed, 0 insertions, 7 deletions
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