mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Applied parts of Josh Weisskopf's patch to make naming of executables consistent with Linux.
This commit is contained in:
parent
e5c0581d52
commit
d2b5dd1e8a
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue