diff options
Diffstat (limited to 'misc/msvc/tremulous.vcproj')
-rwxr-xr-x | misc/msvc/tremulous.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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=""
|