diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-16 07:11:39 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-16 07:11:39 +0000 |
commit | 8fd5d9c7e4fe6e507ef41a4d1334c15f2eacf383 (patch) | |
tree | d6e711bd244cd51a1b23ba3e4d581d4c949d4587 | |
parent | 2b359327e73040b0a90b98289963c225647092e6 (diff) | |
download | ioquake3-aero-8fd5d9c7e4fe6e507ef41a4d1334c15f2eacf383.tar.gz ioquake3-aero-8fd5d9c7e4fe6e507ef41a4d1334c15f2eacf383.zip |
Applied parts of Josh Weisskopf's patch to make naming of executables consistent with Linux.
git-svn-id: svn://svn.icculus.org/quake3/trunk@783 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | code/win32/msvc/quake3.vcproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/code/win32/msvc/quake3.vcproj b/code/win32/msvc/quake3.vcproj index cb666cd..2234278 100644 --- a/code/win32/msvc/quake3.vcproj +++ b/code/win32/msvc/quake3.vcproj @@ -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"
|