goat3d
diff exporters/maxgoat_stub/maxgoat_stub.vcxproj @ 58:d317eb4f83da
- made everything compile properly on windows again
- removed libanim/libvmath, we'll use them as external dependencies
- added new maxgoat_stub 3dsmax plugin project. Gets loaded as a max plugin and
loads the actual maxgoat (and later maxgoat_anim) exporters on demand, to
allow reloading the actual exporters without having to restart 3dsmax (which
takes AGES).
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 25 Mar 2014 03:19:55 +0200 |
parents | |
children | 3751aabbc5b3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exporters/maxgoat_stub/maxgoat_stub.vcxproj Tue Mar 25 03:19:55 2014 +0200 1.3 @@ -0,0 +1,155 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <PropertyGroup Label="Globals"> 1.25 + <ProjectGuid>{941007A1-6375-4507-8745-FC3EA9DF010B}</ProjectGuid> 1.26 + <Keyword>Win32Proj</Keyword> 1.27 + <RootNamespace>maxgoat_stub</RootNamespace> 1.28 + </PropertyGroup> 1.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.31 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.32 + <UseDebugLibraries>true</UseDebugLibraries> 1.33 + <PlatformToolset>v100</PlatformToolset> 1.34 + <CharacterSet>Unicode</CharacterSet> 1.35 + </PropertyGroup> 1.36 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.37 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.38 + <UseDebugLibraries>true</UseDebugLibraries> 1.39 + <PlatformToolset>v100</PlatformToolset> 1.40 + <CharacterSet>Unicode</CharacterSet> 1.41 + </PropertyGroup> 1.42 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.43 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.44 + <UseDebugLibraries>false</UseDebugLibraries> 1.45 + <PlatformToolset>v100</PlatformToolset> 1.46 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.47 + <CharacterSet>Unicode</CharacterSet> 1.48 + </PropertyGroup> 1.49 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.50 + <ConfigurationType>DynamicLibrary</ConfigurationType> 1.51 + <UseDebugLibraries>false</UseDebugLibraries> 1.52 + <PlatformToolset>v100</PlatformToolset> 1.53 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.54 + <CharacterSet>Unicode</CharacterSet> 1.55 + </PropertyGroup> 1.56 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.57 + <ImportGroup Label="ExtensionSettings"> 1.58 + </ImportGroup> 1.59 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.60 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.61 + </ImportGroup> 1.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.64 + </ImportGroup> 1.65 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.66 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.67 + </ImportGroup> 1.68 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.69 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.70 + </ImportGroup> 1.71 + <PropertyGroup Label="UserMacros" /> 1.72 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.73 + <LinkIncremental>true</LinkIncremental> 1.74 + </PropertyGroup> 1.75 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.76 + <LinkIncremental>false</LinkIncremental> 1.77 + </PropertyGroup> 1.78 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.79 + <LinkIncremental>false</LinkIncremental> 1.80 + </PropertyGroup> 1.81 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.82 + <LinkIncremental>false</LinkIncremental> 1.83 + </PropertyGroup> 1.84 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.85 + <ClCompile> 1.86 + <PrecompiledHeader> 1.87 + </PrecompiledHeader> 1.88 + <WarningLevel>Level3</WarningLevel> 1.89 + <Optimization>Disabled</Optimization> 1.90 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MAXGOAT_STUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.91 + </ClCompile> 1.92 + <Link> 1.93 + <SubSystem>Windows</SubSystem> 1.94 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.95 + </Link> 1.96 + </ItemDefinitionGroup> 1.97 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.98 + <ClCompile> 1.99 + <PrecompiledHeader> 1.100 + </PrecompiledHeader> 1.101 + <WarningLevel>Level3</WarningLevel> 1.102 + <Optimization>Disabled</Optimization> 1.103 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MAXGOAT_STUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.104 + <DisableSpecificWarnings>4996</DisableSpecificWarnings> 1.105 + </ClCompile> 1.106 + <Link> 1.107 + <SubSystem>Windows</SubSystem> 1.108 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.109 + </Link> 1.110 + <PostBuildEvent> 1.111 + <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2014)plugins\$(ProjectName).dle"</Command> 1.112 + </PostBuildEvent> 1.113 + </ItemDefinitionGroup> 1.114 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.115 + <ClCompile> 1.116 + <WarningLevel>Level3</WarningLevel> 1.117 + <PrecompiledHeader> 1.118 + </PrecompiledHeader> 1.119 + <Optimization>MaxSpeed</Optimization> 1.120 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.121 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.122 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MAXGOAT_STUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.123 + </ClCompile> 1.124 + <Link> 1.125 + <SubSystem>Windows</SubSystem> 1.126 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.127 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.128 + <OptimizeReferences>true</OptimizeReferences> 1.129 + </Link> 1.130 + </ItemDefinitionGroup> 1.131 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.132 + <ClCompile> 1.133 + <WarningLevel>Level3</WarningLevel> 1.134 + <PrecompiledHeader> 1.135 + </PrecompiledHeader> 1.136 + <Optimization>MaxSpeed</Optimization> 1.137 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.138 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.139 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MAXGOAT_STUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.140 + <DisableSpecificWarnings>4996</DisableSpecificWarnings> 1.141 + </ClCompile> 1.142 + <Link> 1.143 + <SubSystem>Windows</SubSystem> 1.144 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.145 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.146 + <OptimizeReferences>true</OptimizeReferences> 1.147 + </Link> 1.148 + <PostBuildEvent> 1.149 + <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2014)plugins\$(ProjectName).dle"</Command> 1.150 + </PostBuildEvent> 1.151 + </ItemDefinitionGroup> 1.152 + <ItemGroup> 1.153 + <ClCompile Include="src\stub.cc" /> 1.154 + </ItemGroup> 1.155 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.156 + <ImportGroup Label="ExtensionTargets"> 1.157 + </ImportGroup> 1.158 +</Project> 1.159 \ No newline at end of file