Skip to content

Commit

Permalink
Applied parts of Josh Weisskopf's patch to make naming of executables…
Browse files Browse the repository at this point in the history
… consistent with Linux.
  • Loading branch information
Thilo Schulz committed May 16, 2006
1 parent e5c0581 commit d2b5dd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/win32/msvc/quake3.vcproj
Expand Up @@ -38,7 +38,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile="$(IntDir)\quake3.pdb"
Expand Down Expand Up @@ -106,7 +106,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down Expand Up @@ -177,7 +177,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down Expand Up @@ -244,7 +244,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down Expand Up @@ -311,7 +311,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down Expand Up @@ -381,7 +381,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down Expand Up @@ -448,7 +448,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
OutputFile="$(OutDir)\quake3.exe"
OutputFile="$(OutDir)\ioquake3.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
Expand Down

0 comments on commit d2b5dd1

Please sign in to comment.