mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-17 09:34:27 +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
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
ProgramDatabaseFile="$(IntDir)\quake3.pdb"
|
ProgramDatabaseFile="$(IntDir)\quake3.pdb"
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -311,7 +311,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -381,7 +381,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -448,7 +448,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\ioquake3.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
|
Loading…
Reference in a new issue