From 8fd5d9c7e4fe6e507ef41a4d1334c15f2eacf383 Mon Sep 17 00:00:00 2001 From: thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> Date: Tue, 16 May 2006 07:11:39 +0000 Subject: 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 --- code/win32/msvc/quake3.vcproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'code/win32/msvc') 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" -- cgit v1.2.3