From 83462a8f3d14961da8e0c47dc66723ef05abdac1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 15 Sep 2007 18:26:38 +0000 Subject: * ...And again --- misc/msvc/tremulous.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/msvc/tremulous.vcproj b/misc/msvc/tremulous.vcproj index 8b848208..a5920782 100755 --- a/misc/msvc/tremulous.vcproj +++ b/misc/msvc/tremulous.vcproj @@ -26,7 +26,7 @@ BuildCommandLine="make -C ../../ debug" ReBuildCommandLine="make -C ../../ clean-debug debug" CleanCommandLine="make -C ../../ clean-debug" - Output="$(Outdir)/ioquake3.x86.exe" + Output="$(Outdir)/tremulous.x86.exe" PreprocessorDefinitions="" IncludeSearchPath="" ForcedIncludes="" @@ -46,7 +46,7 @@ BuildCommandLine="make -C ../../ release" ReBuildCommandLine="make -C ../../ clean-release release" CleanCommandLine="make -C ../../ clean-release" - Output="$(Outdir)/ioquake3.x86.exe" + Output="$(Outdir)/tremulous.x86.exe" PreprocessorDefinitions="" IncludeSearchPath="" ForcedIncludes="" -- cgit