Bin VS2008 bits

Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
This commit is contained in:
Tor Lillqvist
2013-05-31 13:38:34 +03:00
parent f5e8f5b0b5
commit 10f458388c
2 changed files with 0 additions and 16 deletions

View File

@ -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