Skip to content

Commit bc3241a

Browse files
rdementiopcm
authored andcommitted
enable parallel build for MSVC solution
Change-Id: I0cc77fd3017de97f87607045607eae886616dc43
1 parent 19474df commit bc3241a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build_solution.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REM change path to your VCVARS.BAT
33
CALL "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
44
SET "PATH=C:\Program Files (x86)\MSBuild\14.0\Bin\amd64;%PATH%"
55

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

88
exit
99

pcm-all.sln

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm.dll", "PCM-Lib_Win\PCM-Lib.vcxproj", "{A4206CE7-A913-42ED-B3B9-F7CF5076633B}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PCM-Lib", "PCM-Lib_Win\PCM-Lib.vcxproj", "{A4206CE7-A913-42ED-B3B9-F7CF5076633B}"
77
EndProject
88
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm", "PCM_Win\pcm.vcxproj", "{D919CF99-5D9F-46C9-B6F0-626700E63592}"
99
EndProject
@@ -20,6 +20,9 @@ EndProject
2020
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm-power-win", "PCM-Power_Win\pcm-power-win.vcxproj", "{78F57684-F6F2-4691-B498-C7FC0731F875}"
2121
EndProject
2222
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PCM-Service", "PCM-Service_Win\PCMService.vcxproj", "{A0DD26AB-CC35-41E5-B676-1E0FBCEF0DDC}"
23+
ProjectSection(ProjectDependencies) = postProject
24+
{A4206CE7-A913-42ED-B3B9-F7CF5076633B} = {A4206CE7-A913-42ED-B3B9-F7CF5076633B}
25+
EndProjectSection
2326
EndProject
2427
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcm-tsx-win", "PCM-TSX_Win\pcm-tsx-win.vcxproj", "{2CDE03E0-BF03-448E-8AA6-D764F8BDE7C1}"
2528
EndProject

0 commit comments

Comments
 (0)