mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 20:10:56 +00:00
8cb19ddd5c
- Fixed postbuild step for brushexport, shaderplug and sunplug (Shaderman) - Added installersupport for new files and plugins (Shaderman) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@108 8a3a26a2-13c4-0310-b231-cf6edde360e5
172 lines
6.4 KiB
XML
172 lines
6.4 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="sunplug"
|
|
ProjectGUID="{46B36F0C-5E17-458E-AE6F-AECE52F66EDF}"
|
|
RootNamespace="sunplug"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../include;../../libs;"../../../gtk2-2.4/include/atk-1.0";"../../../gtk2-2.4/include/glib-2.0";"../../../gtk2-2.4/include/gtk-2.0";"../../../gtk2-2.4/include/gtk-2.0/gdk";"../../../gtk2-2.4/include/gtkglext-1.0";"../../../gtk2-2.4/include/pango-1.0";"../../../gtk2-2.4/lib/glib-2.0/include";"../../../gtk2-2.4/lib/gtk-2.0/include";"../../../gtk2-2.4/lib/gtkglext-1.0/include";"../../../libxml2-2.6/include";"../../../STLPort-4.6/stlport""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SUNPLUG_EXPORTS"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
BrowseInformation="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib pango-1.0.lib gtkglext-win32-1.0.lib gdkglext-win32-1.0.lib"
|
|
OutputFile="$(OutDir)/sunplug.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""../../../gtk2-2.4/lib""
|
|
IgnoreDefaultLibraryNames="msvcprtd.lib"
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="2"
|
|
ImportLibrary="$(OutDir)/sunplug.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
|
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
OptimizeForWindowsApplication="TRUE"
|
|
AdditionalIncludeDirectories="../../include;../../libs;"../../../gtk2-2.4/include/atk-1.0";"../../../gtk2-2.4/include/glib-2.0";"../../../gtk2-2.4/include/gtk-2.0";"../../../gtk2-2.4/include/gtk-2.0/gdk";"../../../gtk2-2.4/include/gtkglext-1.0";"../../../gtk2-2.4/include/pango-1.0";"../../../gtk2-2.4/lib/glib-2.0/include";"../../../gtk2-2.4/lib/gtk-2.0/include";"../../../gtk2-2.4/lib/gtkglext-1.0/include";"../../../libxml2-2.6/include";"../../../STLPort-4.6/stlport""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SUNPLUG_EXPORTS"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib pango-1.0.lib gtkglext-win32-1.0.lib gdkglext-win32-1.0.lib"
|
|
OutputFile="$(OutDir)/sunplug.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""../../../gtk2-2.4/lib""
|
|
IgnoreDefaultLibraryNames="msvcprt.lib"
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="$(OutDir)/sunplug.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
|
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{22F2852C-8177-45D5-94D0-C5255C199F7F}">
|
|
<File
|
|
RelativePath=".\sunplug.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\sunplug.h">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\sunplug.def">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
|
|
"
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
|
|
"
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|