Skip to content

Commit

Permalink
More ticket #706: renamed output names from vs8 to vc8 to make it bac…
Browse files Browse the repository at this point in the history
…kward compatible

git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2664 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
bennylp committed Apr 29, 2009
1 parent e33eb02 commit a140189
Show file tree
Hide file tree
Showing 31 changed files with 1,081 additions and 1,081 deletions.
6 changes: 3 additions & 3 deletions build/vs/pjproject-vs8-common-defaults.vsprops
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-common-defaults"
OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)"
OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
>
<Tool
Expand All @@ -14,11 +14,11 @@
/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib"
OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
/>
<Tool
Name="VCLinkerTool"
OutputFile="..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe"
OutputFile="..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"
/>
<UserMacro
Name="VSVer"
Expand Down
Loading

0 comments on commit a140189

Please sign in to comment.