Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 11 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <ItemGroup Label="ProjectConfigurations"> |
3 | <ItemGroup Label="ProjectConfigurations"> |
4 | <ProjectConfiguration Include="Debug|Win32"> |
4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | <Configuration>Debug</Configuration> |
5 | <Configuration>Debug</Configuration> |
6 | <Platform>Win32</Platform> |
6 | <Platform>Win32</Platform> |
- | 7 | </ProjectConfiguration> |
|
- | 8 | <ProjectConfiguration Include="Debug|x64"> |
|
- | 9 | <Configuration>Debug</Configuration> |
|
- | 10 | <Platform>x64</Platform> |
|
7 | </ProjectConfiguration> |
11 | </ProjectConfiguration> |
8 | <ProjectConfiguration Include="Release|Win32"> |
12 | <ProjectConfiguration Include="Release|Win32"> |
9 | <Configuration>Release</Configuration> |
13 | <Configuration>Release</Configuration> |
10 | <Platform>Win32</Platform> |
14 | <Platform>Win32</Platform> |
- | 15 | </ProjectConfiguration> |
|
- | 16 | <ProjectConfiguration Include="Release|x64"> |
|
- | 17 | <Configuration>Release</Configuration> |
|
- | 18 | <Platform>x64</Platform> |
|
11 | </ProjectConfiguration> |
19 | </ProjectConfiguration> |
12 | </ItemGroup> |
20 | </ItemGroup> |
13 | <ItemGroup> |
21 | <ItemGroup> |
14 | <ClCompile Include="lib\glad\src\glad.c" /> |
22 | <ClCompile Include="lib\glad\src\glad.c" /> |
15 | <ClCompile Include="lib\libsmacker\smacker.c" /> |
23 | <ClCompile Include="lib\libsmacker\smacker.c" /> |
Line 367... | Line 375... | ||
367 | <ClInclude Include="src\S3\s3_defs.h" /> |
375 | <ClInclude Include="src\S3\s3_defs.h" /> |
368 | <ClInclude Include="src\S3\sos_dos_types.h" /> |
376 | <ClInclude Include="src\S3\sos_dos_types.h" /> |
369 | <ClInclude Include="src\smackw32\include\smackw32\smackw32.h" /> |
377 | <ClInclude Include="src\smackw32\include\smackw32\smackw32.h" /> |
370 | </ItemGroup> |
378 | </ItemGroup> |
371 | <ItemGroup> |
379 | <ItemGroup> |
- | 380 | <None Include="posix-build.sh" /> |
|
372 | <None Include="src\harness\resources\3d_frag.glsl" /> |
381 | <None Include="src\harness\resources\3d_frag.glsl" /> |
373 | <None Include="src\harness\resources\3d_vert.glsl" /> |
382 | <None Include="src\harness\resources\3d_vert.glsl" /> |
374 | <None Include="src\harness\resources\framebuffer_frag.glsl" /> |
383 | <None Include="src\harness\resources\framebuffer_frag.glsl" /> |
375 | <None Include="src\harness\resources\framebuffer_vert.glsl" /> |
384 | <None Include="src\harness\resources\framebuffer_vert.glsl" /> |
376 | </ItemGroup> |
385 | </ItemGroup> |
Line 386... | Line 395... | ||
386 | <ProjectGuid>{4F6846A8-84AA-4A5D-81A8-68DC793251D0}</ProjectGuid> |
395 | <ProjectGuid>{4F6846A8-84AA-4A5D-81A8-68DC793251D0}</ProjectGuid> |
387 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
396 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
388 | </PropertyGroup> |
397 | </PropertyGroup> |
389 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
398 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
390 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
399 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
- | 400 | <PlatformToolset>v142</PlatformToolset> |
|
- | 401 | </PropertyGroup> |
|
- | 402 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
391 | <PlatformToolset>v142</PlatformToolset> |
403 | <PlatformToolset>v142</PlatformToolset> |
392 | </PropertyGroup> |
404 | </PropertyGroup> |
393 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
405 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
- | 406 | <CharacterSet>Unicode</CharacterSet> |
|
- | 407 | <PlatformToolset>v142</PlatformToolset> |
|
- | 408 | </PropertyGroup> |
|
- | 409 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
394 | <CharacterSet>Unicode</CharacterSet> |
410 | <CharacterSet>Unicode</CharacterSet> |
395 | <PlatformToolset>v142</PlatformToolset> |
411 | <PlatformToolset>v142</PlatformToolset> |
396 | </PropertyGroup> |
412 | </PropertyGroup> |
397 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
413 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
398 | <ImportGroup Label="ExtensionSettings"> |
414 | <ImportGroup Label="ExtensionSettings"> |
399 | </ImportGroup> |
415 | </ImportGroup> |
400 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
416 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
- | 417 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
- | 418 | </ImportGroup> |
|
- | 419 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
401 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
420 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
402 | </ImportGroup> |
421 | </ImportGroup> |
403 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
422 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
- | 423 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
- | 424 | </ImportGroup> |
|
- | 425 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
404 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
426 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
405 | </ImportGroup> |
427 | </ImportGroup> |
406 | <PropertyGroup Label="UserMacros" /> |
428 | <PropertyGroup Label="UserMacros" /> |
407 | <PropertyGroup> |
429 | <PropertyGroup> |
408 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
430 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
409 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
431 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
- | 432 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
410 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
433 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
- | 434 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
411 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
435 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
- | 436 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
412 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
437 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
- | 438 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
413 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
439 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
- | 440 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
414 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
441 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
- | 442 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
415 | </PropertyGroup> |
443 | </PropertyGroup> |
416 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
444 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
- | 445 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
|
- | 446 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
|
- | 447 | <RunCodeAnalysis>false</RunCodeAnalysis> |
|
- | 448 | </PropertyGroup> |
|
- | 449 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
417 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
450 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
418 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
451 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
419 | <RunCodeAnalysis>false</RunCodeAnalysis> |
452 | <RunCodeAnalysis>false</RunCodeAnalysis> |
420 | </PropertyGroup> |
453 | </PropertyGroup> |
421 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
454 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
- | 455 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
|
- | 456 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
|
- | 457 | </PropertyGroup> |
|
- | 458 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
422 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
459 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
423 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
460 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
424 | </PropertyGroup> |
461 | </PropertyGroup> |
425 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
462 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
426 | <ClCompile> |
463 | <ClCompile> |
- | 464 | <Optimization>Disabled</Optimization> |
|
- | 465 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
- | 466 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
- | 467 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
- | 468 | <PrecompiledHeader> |
|
- | 469 | </PrecompiledHeader> |
|
- | 470 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
- | 471 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
|
- | 472 | <DisableSpecificWarnings> |
|
- | 473 | </DisableSpecificWarnings> |
|
- | 474 | </ClCompile> |
|
- | 475 | <Link> |
|
- | 476 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
- | 477 | <Profile>true</Profile> |
|
- | 478 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
- | 479 | <SubSystem>Windows</SubSystem> |
|
- | 480 | <StackReserveSize>16777216</StackReserveSize> |
|
- | 481 | </Link> |
|
- | 482 | <Manifest /> |
|
- | 483 | <PostBuildEvent> |
|
- | 484 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
- | 485 | <Message>Copying files...</Message> |
|
- | 486 | </PostBuildEvent> |
|
- | 487 | </ItemDefinitionGroup> |
|
- | 488 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
- | 489 | <ClCompile> |
|
427 | <Optimization>Disabled</Optimization> |
490 | <Optimization>Disabled</Optimization> |
428 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
491 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
429 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
492 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
430 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
493 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
431 | <PrecompiledHeader> |
494 | <PrecompiledHeader> |
432 | </PrecompiledHeader> |
495 | </PrecompiledHeader> |
433 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
496 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
- | 497 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
|
- | 498 | <DisableSpecificWarnings> |
|
- | 499 | </DisableSpecificWarnings> |
|
- | 500 | </ClCompile> |
|
- | 501 | <Link> |
|
- | 502 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
- | 503 | <Profile>true</Profile> |
|
- | 504 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
- | 505 | <SubSystem>Windows</SubSystem> |
|
- | 506 | <StackReserveSize>16777216</StackReserveSize> |
|
- | 507 | </Link> |
|
- | 508 | <Manifest /> |
|
- | 509 | <PostBuildEvent> |
|
- | 510 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
- | 511 | <Message>Copying files...</Message> |
|
- | 512 | </PostBuildEvent> |
|
- | 513 | </ItemDefinitionGroup> |
|
- | 514 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
- | 515 | <ClCompile> |
|
- | 516 | <IntrinsicFunctions>true</IntrinsicFunctions> |
|
- | 517 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
- | 518 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
- | 519 | <PrecompiledHeader> |
|
- | 520 | </PrecompiledHeader> |
|
- | 521 | <EnablePREfast>false</EnablePREfast> |
|
- | 522 | <Optimization>Full</Optimization> |
|
434 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
523 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
435 | <DisableSpecificWarnings> |
524 | <DisableSpecificWarnings> |
436 | </DisableSpecificWarnings> |
525 | </DisableSpecificWarnings> |
437 | </ClCompile> |
526 | </ClCompile> |
- | 527 | <Link /> |
|
- | 528 | <Manifest /> |
|
- | 529 | <PostBuildEvent> |
|
- | 530 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
- | 531 | <Message>Copying files...</Message> |
|
- | 532 | </PostBuildEvent> |
|
438 | <Link> |
533 | <Link> |
439 | <GenerateDebugInformation>true</GenerateDebugInformation> |
- | |
440 | <Profile>true</Profile> |
- | |
441 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
534 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
442 | <SubSystem>Windows</SubSystem> |
535 | <SubSystem>Windows</SubSystem> |
443 | <StackReserveSize>16777216</StackReserveSize> |
536 | <StackReserveSize>16777216</StackReserveSize> |
444 | </Link> |
537 | </Link> |
445 | <Manifest /> |
- | |
446 | <PostBuildEvent> |
- | |
447 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
- | |
448 | <Message>Copying files...</Message> |
- | |
449 | </PostBuildEvent> |
- | |
450 | </ItemDefinitionGroup> |
538 | </ItemDefinitionGroup> |
451 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'==' |
539 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
452 | <ClCompile> |
540 | <ClCompile> |
453 | <IntrinsicFunctions>true</IntrinsicFunctions> |
541 | <IntrinsicFunctions>true</IntrinsicFunctions> |
454 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
542 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
455 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
543 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
456 | <PrecompiledHeader> |
544 | <PrecompiledHeader> |
Line 462... | Line 550... | ||
462 | </DisableSpecificWarnings> |
550 | </DisableSpecificWarnings> |
463 | </ClCompile> |
551 | </ClCompile> |
464 | <Link /> |
552 | <Link /> |
465 | <Manifest /> |
553 | <Manifest /> |
466 | <PostBuildEvent> |
554 | <PostBuildEvent> |
467 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
555 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
468 | <Message>Copying files...</Message> |
556 | <Message>Copying files...</Message> |
469 | </PostBuildEvent> |
557 | </PostBuildEvent> |
470 | <Link> |
558 | <Link> |
471 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
559 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
472 | <SubSystem>Windows</SubSystem> |
560 | <SubSystem>Windows</SubSystem> |