mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-11 04:21:08 +00:00
68159d9ed4
- Updated all radiant dependencies (gtk is now 2-2.10) New dependency packages can be found here http://zerowing.idsoftware.com/files/radiant/developer/1.5/gtkradiant-1.5-dependencies-1.0.zip or here http://www.codecreator.net/radiant/gtkradiant-1.5-dependencies-1.0.zip - Removed Win32 filechooser - Fixes crashes caused by utf-8 encoded filenames - Fixes Vista "SaveAs"-Bug - Converted all projects to Visual Studio 2005 - Codefixes for vc2k5 compiler - Removed old unused projectfiles for Visual Studio 6 - Simplified dependency filestructure - Simplified install.py - Updated CONTRIBUTORS list git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@143 8a3a26a2-13c4-0310-b231-cf6edde360e5
530 lines
11 KiB
XML
530 lines
11 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="q3map2"
|
|
ProjectGUID="{8ED67991-58A6-44AA-9B3A-3217085EF187}"
|
|
RootNamespace="q3map2"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\Debug/q3map2.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""..\..\..\..\mhash-0.9\lib";..\..\..\include;..\common;..\..\..\libs;"..\..\..\..\libxml2-2.6\include";"..\..\..\..\gtk2-2.10\include\glib-2.0";"..\..\..\..\gtk2-2.10\lib\glib-2.0\include";"..\..\..\..\gtk2-2.10\include\";$(NOINHERIT)"
|
|
PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="false"
|
|
PrecompiledHeaderFile=".\Debug/q3map2.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
BrowseInformation="0"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="glib-2.0.lib wsock32.lib libxml2.lib libpng.lib libmhash.lib"
|
|
OutputFile=".\Debug/q3map2.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""..\..\..\..\mhash-0.9\win32\libmhash\Debug";"..\..\..\..\libxml2-2.6\lib";"..\..\..\..\gtk2-2.10\lib""
|
|
IgnoreDefaultLibraryNames="libcd"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Debug/q3map2.pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName=".\Debug/q3map2.map"
|
|
SubSystem="1"
|
|
StackReserveSize="4194304"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy to dir..."
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\Release/q3map2.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=""..\..\..\..\mhash-0.9\lib";..\..\..\include;..\common;..\..\..\libs;"..\..\..\..\libxml2-2.6\include";"..\..\..\..\gtk2-2.10\include\glib-2.0";"..\..\..\..\gtk2-2.10\lib\glib-2.0\include";"..\..\..\..\gtk2-2.10\include\";$(NOINHERIT)"
|
|
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=".\Release/q3map2.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
BrowseInformation="0"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="glib-2.0.lib wsock32.lib libxml2.lib libpng.lib libmhash.lib"
|
|
OutputFile=".\Release/q3map2.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""..\..\..\..\mhash-0.9\win32\libmhash\Release";"..\..\..\..\libxml2-2.6\lib";"..\..\..\..\gtk2-2.10\lib""
|
|
ProgramDatabaseFile=".\Release/q3map2.pdb"
|
|
GenerateMapFile="true"
|
|
MapFileName=".\Release/q3map2.map"
|
|
SubSystem="1"
|
|
StackReserveSize="4194304"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy to dir..."
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
Filter="c;cpp;cxx;cc;C"
|
|
>
|
|
<File
|
|
RelativePath=".\bspfile_abstract.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bspfile_ibsp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bspfile_rbsp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\image.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\main.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mesh.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\model.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\path_init.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\shaders.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\surface_extra.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="common"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath="..\common\cmdlib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\imagelib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\inout.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\mutex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\polylib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\scriplib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\threads.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\unzip.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\vfs.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="bsp"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath=".\brush.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brush_primit.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bsp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\decals.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\facebsp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\fog.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\leakfile.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\map.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\patch.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\portals.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\prtfile.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\surface.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\surface_foliage.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\surface_fur.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\surface_meta.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tjunction.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tree.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\writebsp.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="light"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath=".\light.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\light_bounce.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\light_trace.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\light_ydnar.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\lightmaps_ydnar.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="vis"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath=".\vis.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\visflow.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="convert"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath=".\convert_ase.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\convert_map.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="include"
|
|
Filter="h"
|
|
>
|
|
<File
|
|
RelativePath=".\game_ef.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_etut.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_ja.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_jk2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_quake3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_sof2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_tenebrae.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_wolf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\game_wolfet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\q3map2.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="doc"
|
|
Filter="*.txt"
|
|
>
|
|
<File
|
|
RelativePath=".\changelog.q3map2.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="rc"
|
|
Filter=".rc;.ico"
|
|
>
|
|
<File
|
|
RelativePath=".\q3map2.ico"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\q3map2.rc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\..\..\touch.py"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|