Fixed core/version.rc for windows, so the filename field has the correct engine.

Also applied fix for other builds just in case target filename ever changes.
This commit is contained in:
Scott Ehlert 2008-11-24 03:30:52 -06:00
parent 94b61b1fba
commit 09a410314e
6 changed files with 19 additions and 11 deletions

View File

@ -57,6 +57,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -142,6 +143,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -204,6 +206,10 @@
RelativePath="..\CSmmAPI.cpp" RelativePath="..\CSmmAPI.cpp"
> >
</File> </File>
<File
RelativePath="..\gamedll_bridge.cpp"
>
</File>
<File <File
RelativePath="..\oslink.cpp" RelativePath="..\oslink.cpp"
> >
@ -220,10 +226,6 @@
RelativePath="..\vsp_bridge.cpp" RelativePath="..\vsp_bridge.cpp"
> >
</File> </File>
<File
RelativePath="..\gamedll_bridge.cpp"
>
</File>
<File <File
RelativePath="..\vsp_listener.cpp" RelativePath="..\vsp_listener.cpp"
> >

View File

@ -48,7 +48,7 @@ BEGIN
VALUE "FileVersion", SVN_FULL_VERSION VALUE "FileVersion", SVN_FULL_VERSION
VALUE "InternalName", "mmsource" VALUE "InternalName", "mmsource"
VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team" VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team"
VALUE "OriginalFilename", "metamod.1.ep1.dll" VALUE "OriginalFilename", BINARY_NAME
VALUE "ProductName", "Metamod:Source" VALUE "ProductName", "Metamod:Source"
VALUE "ProductVersion", SVN_FULL_VERSION VALUE "ProductVersion", SVN_FULL_VERSION
END END

View File

@ -57,6 +57,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -142,6 +143,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -224,6 +226,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -309,6 +312,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -390,6 +394,10 @@
<Filter <Filter
Name="Source Files" Name="Source Files"
> >
<File
RelativePath="..\gamedll_bridge.cpp"
>
</File>
<File <File
RelativePath="..\metamod.cpp" RelativePath="..\metamod.cpp"
> >
@ -414,10 +422,6 @@
RelativePath="..\vsp_bridge.cpp" RelativePath="..\vsp_bridge.cpp"
> >
</File> </File>
<File
RelativePath="..\gamedll_bridge.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"

View File

@ -48,7 +48,7 @@ BEGIN
VALUE "FileVersion", SVN_FULL_VERSION VALUE "FileVersion", SVN_FULL_VERSION
VALUE "InternalName", "mmsource" VALUE "InternalName", "mmsource"
VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team" VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team"
VALUE "OriginalFilename", "metamod.2.crab.dll" VALUE "OriginalFilename", BINARY_NAME
VALUE "ProductName", "Metamod:Source" VALUE "ProductName", "Metamod:Source"
VALUE "ProductVersion", SVN_FULL_VERSION VALUE "ProductVersion", SVN_FULL_VERSION
END END

View File

@ -55,6 +55,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"
@ -129,6 +130,7 @@
/> />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="BINARY_NAME=\&quot;$(TargetFileName)\&quot;"
/> />
<Tool <Tool
Name="VCPreLinkEventTool" Name="VCPreLinkEventTool"

View File

@ -48,7 +48,7 @@ BEGIN
VALUE "FileVersion", SVN_FULL_VERSION VALUE "FileVersion", SVN_FULL_VERSION
VALUE "InternalName", "mmsource" VALUE "InternalName", "mmsource"
VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team" VALUE "LegalCopyright", "Copyright (c) 2004-2008, Metamod: Source Development Team"
VALUE "OriginalFilename", "server.dll" VALUE "OriginalFilename", BINARY_NAME
VALUE "ProductName", "Metamod:Source Loader" VALUE "ProductName", "Metamod:Source Loader"
VALUE "ProductVersion", SVN_FULL_VERSION VALUE "ProductVersion", SVN_FULL_VERSION
END END