Kaydet (Commit) 94a1b9c4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Fix VS2012 build at least for me

üst 6c98ad71
...@@ -28,10 +28,10 @@ else ...@@ -28,10 +28,10 @@ else
$(call gb_ExternalProject_get_state_target,cppunit,build) : $(call gb_ExternalProject_get_state_target,cppunit,build) :
cd $(EXTERNAL_WORKDIR)/src/cppunit \ cd $(EXTERNAL_WORKDIR)/src/cppunit \
&& msbuild.exe cppunit_dll.vcxproj /p:Configuration=Release \ && msbuild.exe cppunit_dll.vcxproj /p:Configuration=Release \
$(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110) \ $(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110 /p:VisualStudioVersion=11.0) \
&& cd ../DllPlugInTester \ && cd ../DllPlugInTester \
&& msbuild.exe DllPlugInTester.vcxproj /p:Configuration=Release \ && msbuild.exe DllPlugInTester.vcxproj /p:Configuration=Release \
$(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110) \ $(if $(filter 110,$(VCVER)),/p:PlatformToolset=v110 /p:VisualStudioVersion=11.0) \
&& touch $@ && touch $@
endif endif
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment