Skip to content

Commit

Permalink
enable parallel build for MSVC solution
Browse files Browse the repository at this point in the history
Change-Id: I0cc77fd3017de97f87607045607eae886616dc43
  • Loading branch information
rdementi authored and opcm committed Feb 3, 2017
1 parent 19474df commit bc3241a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_solution.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REM change path to your VCVARS.BAT
CALL "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
SET "PATH=C:\Program Files (x86)\MSBuild\14.0\Bin\amd64;%PATH%"

msbuild pcm-all.sln /p:Configuration=Release /t:Clean,Build
msbuild pcm-all.sln /p:Configuration=Release /t:Clean,Build /m

exit

Expand Down
5 changes: 4 additions & 1 deletion pcm-all.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm.dll", "PCM-Lib_Win\PCM-Lib.vcxproj", "{A4206CE7-A913-42ED-B3B9-F7CF5076633B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PCM-Lib", "PCM-Lib_Win\PCM-Lib.vcxproj", "{A4206CE7-A913-42ED-B3B9-F7CF5076633B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm", "PCM_Win\pcm.vcxproj", "{D919CF99-5D9F-46C9-B6F0-626700E63592}"
EndProject
Expand All @@ -20,6 +20,9 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm-power-win", "PCM-Power_Win\pcm-power-win.vcxproj", "{78F57684-F6F2-4691-B498-C7FC0731F875}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PCM-Service", "PCM-Service_Win\PCMService.vcxproj", "{A0DD26AB-CC35-41E5-B676-1E0FBCEF0DDC}"
ProjectSection(ProjectDependencies) = postProject
{A4206CE7-A913-42ED-B3B9-F7CF5076633B} = {A4206CE7-A913-42ED-B3B9-F7CF5076633B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm-tsx-win", "PCM-TSX_Win\pcm-tsx-win.vcxproj", "{2CDE03E0-BF03-448E-8AA6-D764F8BDE7C1}"
EndProject
Expand Down

0 comments on commit bc3241a

Please sign in to comment.