Index: ddraw/ddraw.vcxproj |
— | — | @@ -9,6 +9,10 @@ |
10 | 10 | <Configuration>Debug No MSVCRT</Configuration>
|
11 | 11 | <Platform>Win32</Platform>
|
12 | 12 | </ProjectConfiguration>
|
| 13 | + <ProjectConfiguration Include="Debug Trace|Win32">
|
| 14 | + <Configuration>Debug Trace</Configuration>
|
| 15 | + <Platform>Win32</Platform>
|
| 16 | + </ProjectConfiguration>
|
13 | 17 | <ProjectConfiguration Include="Debug|Win32">
|
14 | 18 | <Configuration>Debug</Configuration>
|
15 | 19 | <Platform>Win32</Platform>
|
— | — | @@ -33,6 +37,11 @@ |
34 | 38 | <UseDebugLibraries>true</UseDebugLibraries>
|
35 | 39 | <CharacterSet>Unicode</CharacterSet>
|
36 | 40 | </PropertyGroup>
|
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'" Label="Configuration">
|
| 42 | + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 43 | + <UseDebugLibraries>true</UseDebugLibraries>
|
| 44 | + <CharacterSet>Unicode</CharacterSet>
|
| 45 | + </PropertyGroup>
|
37 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'" Label="Configuration">
|
38 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
39 | 48 | <UseDebugLibraries>true</UseDebugLibraries>
|
— | — | @@ -61,6 +70,9 @@ |
62 | 71 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
63 | 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
64 | 73 | </ImportGroup>
|
| 74 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'" Label="PropertySheets">
|
| 75 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 76 | + </ImportGroup>
|
65 | 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'" Label="PropertySheets">
|
66 | 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
67 | 79 | </ImportGroup>
|
— | — | @@ -77,6 +89,9 @@ |
78 | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
79 | 91 | <LinkIncremental>true</LinkIncremental>
|
80 | 92 | </PropertyGroup>
|
| 93 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">
|
| 94 | + <LinkIncremental>true</LinkIncremental>
|
| 95 | + </PropertyGroup>
|
81 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">
|
82 | 97 | <LinkIncremental>true</LinkIncremental>
|
83 | 98 | </PropertyGroup>
|
— | — | @@ -114,6 +129,29 @@ |
115 | 130 | <Message>Create version headers</Message>
|
116 | 131 | </PreBuildEvent>
|
117 | 132 | </ItemDefinitionGroup>
|
| 133 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">
|
| 134 | + <ClCompile>
|
| 135 | + <PrecompiledHeader>Use</PrecompiledHeader>
|
| 136 | + <WarningLevel>Level3</WarningLevel>
|
| 137 | + <Optimization>Disabled</Optimization>
|
| 138 | + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_TRACE;_WINDOWS;_USRDLL;DDRAW_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 139 | + <AdditionalIncludeDirectories>../include;../glew/glew-1.6.0/include</AdditionalIncludeDirectories>
|
| 140 | + <PrecompiledHeaderFile>common.h</PrecompiledHeaderFile>
|
| 141 | + <ExceptionHandling>Async</ExceptionHandling>
|
| 142 | + </ClCompile>
|
| 143 | + <Link>
|
| 144 | + <SubSystem>Windows</SubSystem>
|
| 145 | + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 146 | + <ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
| 147 | + <AdditionalDependencies>$(OutDir)cfgmgr.lib;glu32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 148 | + </Link>
|
| 149 | + <PreBuildEvent>
|
| 150 | + <Command>"$(OutDir)buildtool.exe" makeheader $(SolutionDir)common</Command>
|
| 151 | + </PreBuildEvent>
|
| 152 | + <PreBuildEvent>
|
| 153 | + <Message>Create version headers</Message>
|
| 154 | + </PreBuildEvent>
|
| 155 | + </ItemDefinitionGroup>
|
118 | 156 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">
|
119 | 157 | <ClCompile>
|
120 | 158 | <PrecompiledHeader>Use</PrecompiledHeader>
|
— | — | @@ -259,15 +297,19 @@ |
260 | 298 | <ClInclude Include="shadergen.h" />
|
261 | 299 | <ClInclude Include="shaders.h" />
|
262 | 300 | <ClInclude Include="texture.h" />
|
| 301 | + <ClInclude Include="trace.h" />
|
263 | 302 | </ItemGroup>
|
264 | 303 | <ItemGroup>
|
265 | 304 | <ClCompile Include="ddraw.cpp" />
|
266 | 305 | <ClCompile Include="dllmain.cpp">
|
267 | 306 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
|
| 307 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">false</CompileAsManaged>
|
268 | 308 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">false</CompileAsManaged>
|
269 | 309 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug no DXGL|Win32'">false</CompileAsManaged>
|
270 | 310 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
271 | 311 | </PrecompiledHeader>
|
| 312 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">
|
| 313 | + </PrecompiledHeader>
|
272 | 314 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">
|
273 | 315 | </PrecompiledHeader>
|
274 | 316 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug no DXGL|Win32'">
|
— | — | @@ -283,6 +325,7 @@ |
284 | 326 | <ClCompile Include="glClassFactory.cpp" />
|
285 | 327 | <ClCompile Include="dxguid.cpp">
|
286 | 328 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
| 329 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">NotUsing</PrecompiledHeader>
|
287 | 330 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">NotUsing</PrecompiledHeader>
|
288 | 331 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug no DXGL|Win32'">NotUsing</PrecompiledHeader>
|
289 | 332 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release no DXGL|Win32'">NotUsing</PrecompiledHeader>
|
— | — | @@ -308,6 +351,7 @@ |
309 | 352 | <ClCompile Include="precomp.cpp">
|
310 | 353 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug no DXGL|Win32'">Create</PrecompiledHeader>
|
311 | 354 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
| 355 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Trace|Win32'">Create</PrecompiledHeader>
|
312 | 356 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug No MSVCRT|Win32'">Create</PrecompiledHeader>
|
313 | 357 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release no DXGL|Win32'">Create</PrecompiledHeader>
|
314 | 358 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
— | — | @@ -316,6 +360,7 @@ |
317 | 361 | <ClCompile Include="shadergen.cpp" />
|
318 | 362 | <ClCompile Include="shaders.cpp" />
|
319 | 363 | <ClCompile Include="texture.cpp" />
|
| 364 | + <ClCompile Include="trace.c" />
|
320 | 365 | </ItemGroup>
|
321 | 366 | <ItemGroup>
|
322 | 367 | <ResourceCompile Include="ddraw.rc" />
|
Index: ddraw/ddraw.vcxproj.filters |
— | — | @@ -125,6 +125,9 @@ |
126 | 126 | <ClInclude Include="glDirect3DExecuteBuffer.h">
|
127 | 127 | <Filter>Header Files</Filter>
|
128 | 128 | </ClInclude>
|
| 129 | + <ClInclude Include="trace.h">
|
| 130 | + <Filter>Header Files</Filter>
|
| 131 | + </ClInclude>
|
129 | 132 | </ItemGroup>
|
130 | 133 | <ItemGroup>
|
131 | 134 | <ClCompile Include="ddraw.cpp">
|
— | — | @@ -208,6 +211,9 @@ |
209 | 212 | <ClCompile Include="glDirect3DExecuteBuffer.cpp">
|
210 | 213 | <Filter>Source Files</Filter>
|
211 | 214 | </ClCompile>
|
| 215 | + <ClCompile Include="trace.c">
|
| 216 | + <Filter>Source Files</Filter>
|
| 217 | + </ClCompile>
|
212 | 218 | </ItemGroup>
|
213 | 219 | <ItemGroup>
|
214 | 220 | <ResourceCompile Include="ddraw.rc">
|
Index: ddraw/glDirectDraw.cpp |
— | — | @@ -835,10 +835,8 @@ |
836 | 836 | else return DDERR_INVALIDPARAMS;
|
837 | 837 | if(ddCaps.dwSize > sizeof(DDCAPS_DX7)) ddCaps.dwSize = sizeof(DDCAPS_DX7);
|
838 | 838 | ddCaps.dwCaps = DDCAPS_BLT | DDCAPS_BLTCOLORFILL | DDCAPS_BLTSTRETCH |
|
839 | | - DDCAPS_COLORKEY | DDCAPS_GDI | DDCAPS_PALETTE | DDCAPS_CANBLTSYSMEM;
|
840 | | -#ifdef _DEBUG
|
841 | | - ddCaps.dwCaps |= DDCAPS_3D;
|
842 | | -#endif
|
| 839 | + DDCAPS_COLORKEY | DDCAPS_GDI | DDCAPS_PALETTE | DDCAPS_CANBLTSYSMEM |
|
| 840 | + DDCAPS_3D;
|
843 | 841 | ddCaps.dwCaps2 = DDCAPS2_CANRENDERWINDOWED | DDCAPS2_WIDESURFACES | DDCAPS2_NOPAGELOCKREQUIRED |
|
844 | 842 | DDCAPS2_FLIPINTERVAL | DDCAPS2_FLIPNOVSYNC | DDCAPS2_NONLOCALVIDMEM;
|
845 | 843 | ddCaps.dwFXCaps = DDFXCAPS_BLTSHRINKX | DDFXCAPS_BLTSHRINKY |
|
— | — | @@ -847,11 +845,7 @@ |
848 | 846 | ddCaps.ddsOldCaps.dwCaps = ddCaps.ddsCaps.dwCaps =
|
849 | 847 | DDSCAPS_BACKBUFFER | DDSCAPS_COMPLEX | DDSCAPS_FLIP |
|
850 | 848 | DDSCAPS_FRONTBUFFER | DDSCAPS_OFFSCREENPLAIN | DDSCAPS_PALETTE |
|
851 | | - DDSCAPS_SYSTEMMEMORY | DDSCAPS_VIDEOMEMORY;
|
852 | | -#ifdef _DEBUG
|
853 | | - ddCaps.ddsOldCaps.dwCaps |= DDSCAPS_3DDEVICE;
|
854 | | - ddCaps.ddsCaps.dwCaps |= DDSCAPS_3DDEVICE;
|
855 | | -#endif;
|
| 849 | + DDSCAPS_SYSTEMMEMORY | DDSCAPS_VIDEOMEMORY | DDSCAPS_3DDEVICE;
|
856 | 850 | ddCaps.dwCKeyCaps = DDCKEYCAPS_SRCBLT;
|
857 | 851 | if(lpDDDriverCaps)
|
858 | 852 | {
|
Index: ddraw/trace.c |
— | — | @@ -0,0 +1,32 @@ |
| 2 | +// DXGL
|
| 3 | +// Copyright (C) 2013 William Feely
|
| 4 | +
|
| 5 | +// This library is free software; you can redistribute it and/or
|
| 6 | +// modify it under the terms of the GNU Lesser General Public
|
| 7 | +// License as published by the Free Software Foundation; either
|
| 8 | +// version 2.1 of the License, or (at your option) any later version.
|
| 9 | +
|
| 10 | +// This library is distributed in the hope that it will be useful,
|
| 11 | +// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 | +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 13 | +// Lesser General Public License for more details.
|
| 14 | +
|
| 15 | +// You should have received a copy of the GNU Lesser General Public
|
| 16 | +// License along with this library; if not, write to the Free Software
|
| 17 | +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| 18 | +
|
| 19 | +#include "common.h"
|
| 20 | +#include "trace.h"
|
| 21 | +
|
| 22 | +#ifdef _TRACE
|
| 23 | +HANDLE outfile = INVALID_HANDLE_VALUE;
|
| 24 | +void TRACE_ENTER(const char *function, int argtype, void *arg, int end)
|
| 25 | +{
|
| 26 | +}
|
| 27 | +void TRACE_ARG(int argtype, void *arg, int end)
|
| 28 | +{
|
| 29 | +}
|
| 30 | +void TRACE_EXIT(const char *function, int argtype, void *arg)
|
| 31 | +{
|
| 32 | +}
|
| 33 | +#endif |
\ No newline at end of file |
Index: ddraw/trace.h |
— | — | @@ -0,0 +1,42 @@ |
| 2 | +// DXGL
|
| 3 | +// Copyright (C) 2013 William Feely
|
| 4 | +
|
| 5 | +// This library is free software; you can redistribute it and/or
|
| 6 | +// modify it under the terms of the GNU Lesser General Public
|
| 7 | +// License as published by the Free Software Foundation; either
|
| 8 | +// version 2.1 of the License, or (at your option) any later version.
|
| 9 | +
|
| 10 | +// This library is distributed in the hope that it will be useful,
|
| 11 | +// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 | +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 13 | +// Lesser General Public License for more details.
|
| 14 | +
|
| 15 | +// You should have received a copy of the GNU Lesser General Public
|
| 16 | +// License along with this library; if not, write to the Free Software
|
| 17 | +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| 18 | +
|
| 19 | +#pragma once
|
| 20 | +#ifndef _TRACE_H
|
| 21 | +#define _TRACE_H
|
| 22 | +
|
| 23 | +
|
| 24 | +#ifdef __cplusplus
|
| 25 | +extern "C" {
|
| 26 | +#endif
|
| 27 | +
|
| 28 | +#ifdef _TRACE
|
| 29 | +void TRACE_ENTER(const char *function, int argtype, void *arg, int end);
|
| 30 | +void TRACE_ARG(int argtype, void *arg, int end);
|
| 31 | +void TRACE_EXIT(const char *function, int argtype, void *arg);
|
| 32 | +#else
|
| 33 | +#define TRACE_ENTER(a,b,c,d)
|
| 34 | +#define TRACE_ARG(a,b,c)
|
| 35 | +#define TRACE_EXIT(a,b,c)
|
| 36 | +#endif
|
| 37 | +
|
| 38 | +
|
| 39 | +
|
| 40 | +#ifdef __cplusplus
|
| 41 | +}
|
| 42 | +#endif
|
| 43 | +#endif //_TRACE_H |
\ No newline at end of file |
Index: dxgl.sln |
— | — | @@ -50,6 +50,7 @@ |
51 | 51 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
52 | 52 | Debug no DXGL|Win32 = Debug no DXGL|Win32
|
53 | 53 | Debug No MSVCRT|Win32 = Debug No MSVCRT|Win32
|
| 54 | + Debug Trace|Win32 = Debug Trace|Win32
|
54 | 55 | Debug|Win32 = Debug|Win32
|
55 | 56 | Release no DXGL|Win32 = Release no DXGL|Win32
|
56 | 57 | Release|Win32 = Release|Win32
|
— | — | @@ -59,6 +60,8 @@ |
60 | 61 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
61 | 62 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
62 | 63 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 64 | + {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug Trace|Win32.ActiveCfg = Debug Trace|Win32
|
| 65 | + {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug Trace|Win32.Build.0 = Debug Trace|Win32
|
63 | 66 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug|Win32.ActiveCfg = Debug|Win32
|
64 | 67 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Debug|Win32.Build.0 = Debug|Win32
|
65 | 68 | {9F051466-EA2C-4195-80B1-1B7C5B3F4AC2}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -69,6 +72,8 @@ |
70 | 73 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
71 | 74 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
72 | 75 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 76 | + {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 77 | + {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug Trace|Win32.Build.0 = Debug|Win32
|
73 | 78 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug|Win32.ActiveCfg = Debug|Win32
|
74 | 79 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Debug|Win32.Build.0 = Debug|Win32
|
75 | 80 | {87D591EB-B598-431B-9B3B-D0FF771AB473}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -79,6 +84,8 @@ |
80 | 85 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
81 | 86 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
82 | 87 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 88 | + {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 89 | + {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug Trace|Win32.Build.0 = Debug|Win32
|
83 | 90 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug|Win32.ActiveCfg = Debug|Win32
|
84 | 91 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Debug|Win32.Build.0 = Debug|Win32
|
85 | 92 | {DF380DA1-90DE-4174-9A1F-EEC16C5B5879}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -89,6 +96,8 @@ |
90 | 97 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
91 | 98 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
92 | 99 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 100 | + {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 101 | + {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug Trace|Win32.Build.0 = Debug|Win32
|
93 | 102 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug|Win32.ActiveCfg = Debug|Win32
|
94 | 103 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Debug|Win32.Build.0 = Debug|Win32
|
95 | 104 | {55A95F84-E00E-4C65-BB09-41D27C5845AC}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -99,6 +108,8 @@ |
100 | 109 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
101 | 110 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
102 | 111 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 112 | + {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 113 | + {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug Trace|Win32.Build.0 = Debug|Win32
|
103 | 114 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug|Win32.ActiveCfg = Debug|Win32
|
104 | 115 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Debug|Win32.Build.0 = Debug|Win32
|
105 | 116 | {3A14A469-504B-4E32-8F23-063F8A2A8B5D}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -109,6 +120,8 @@ |
110 | 121 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug no DXGL|Win32.Build.0 = Debug|Win32
|
111 | 122 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
112 | 123 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 124 | + {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 125 | + {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug Trace|Win32.Build.0 = Debug|Win32
|
113 | 126 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug|Win32.ActiveCfg = Debug|Win32
|
114 | 127 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Debug|Win32.Build.0 = Debug|Win32
|
115 | 128 | {8041FD11-3A2E-4EE9-A3FF-A9755803B7FB}.Release no DXGL|Win32.ActiveCfg = Release|Win32
|
— | — | @@ -119,6 +132,8 @@ |
120 | 133 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug no DXGL|Win32.Build.0 = Debug no DXGL|Win32
|
121 | 134 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
122 | 135 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 136 | + {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 137 | + {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug Trace|Win32.Build.0 = Debug|Win32
|
123 | 138 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug|Win32.ActiveCfg = Debug|Win32
|
124 | 139 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Debug|Win32.Build.0 = Debug|Win32
|
125 | 140 | {34883A93-DFE4-42EF-9DAE-BEE4D3FC87D0}.Release no DXGL|Win32.ActiveCfg = Release no DXGL|Win32
|
— | — | @@ -129,6 +144,8 @@ |
130 | 145 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug no DXGL|Win32.Build.0 = Debug|Win32
|
131 | 146 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug No MSVCRT|Win32.ActiveCfg = Debug No MSVCRT|Win32
|
132 | 147 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug No MSVCRT|Win32.Build.0 = Debug No MSVCRT|Win32
|
| 148 | + {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
| 149 | + {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug Trace|Win32.Build.0 = Debug|Win32
|
133 | 150 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug|Win32.ActiveCfg = Debug|Win32
|
134 | 151 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Debug|Win32.Build.0 = Debug|Win32
|
135 | 152 | {4DC98095-5F42-4A44-962C-346ABEE2C9B6}.Release no DXGL|Win32.ActiveCfg = Release|Win32
|
— | — | @@ -138,6 +155,7 @@ |
139 | 156 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Debug no DXGL|Win32.ActiveCfg = Debug|Win32
|
140 | 157 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Debug No MSVCRT|Win32.ActiveCfg = Debug|Win32
|
141 | 158 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Debug No MSVCRT|Win32.Build.0 = Debug|Win32
|
| 159 | + {F88980E4-C887-4046-A826-B1D81FAE67DC}.Debug Trace|Win32.ActiveCfg = Debug|Win32
|
142 | 160 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Debug|Win32.ActiveCfg = Debug|Win32
|
143 | 161 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Release no DXGL|Win32.ActiveCfg = Release|Win32
|
144 | 162 | {F88980E4-C887-4046-A826-B1D81FAE67DC}.Release|Win32.ActiveCfg = Release|Win32
|