File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ REM change path to your VCVARS.BAT
33CALL " c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
44SET " 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
88exit
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio 14
44VisualStudioVersion = 14.0.25123.0
55MinimumVisualStudioVersion = 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}"
77EndProject
88Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "pcm" , "PCM_Win\pcm.vcxproj" , "{D919CF99-5D9F-46C9-B6F0-626700E63592}"
99EndProject
@@ -20,6 +20,9 @@ EndProject
2020Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "pcm-power-win" , "PCM-Power_Win\pcm-power-win.vcxproj" , "{78F57684-F6F2-4691-B498-C7FC0731F875}"
2121EndProject
2222Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "PCM-Service" , "PCM-Service_Win\PCMService.vcxproj" , "{A0DD26AB-CC35-41E5-B676-1E0FBCEF0DDC}"
23+ Project Section (ProjectDependencies ) = postProject
24+ {A4206CE7-A913-42ED-B3B9-F7CF5076633B} = {A4206CE7-A913-42ED-B3B9-F7CF5076633B}
25+ EndProject Section
2326EndProject
2427Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "pcm-tsx-win" , "PCM-TSX_Win\pcm-tsx-win.vcxproj" , "{2CDE03E0-BF03-448E-8AA6-D764F8BDE7C1}"
2528EndProject
You can’t perform that action at this time.
0 commit comments