forked from amazingfate/loongoffice
Bin VS2008 bits
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user