2016-02-08 05:01:25 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{0B4E527A-DB50-4B5F-9B08-303ABAF7356A}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>gsport</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2016-04-28 02:58:38 +00:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN_SOUND;GSPLUS_LITTLE_ENDIAN;HAVE_TFE;HAVE_ATBRIDGE;TOGGLE_STATUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-02-08 05:01:25 +00:00
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<ErrorReporting>Prompt</ErrorReporting>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>IPHLPAPI.lib;Winmm.lib;Ws2_32.lib;Shlwapi.lib;$(SolutionDir)$(Configuration)\tfe.lib;;$(SolutionDir)$(Configuration)\atbridge.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2016-04-28 02:58:38 +00:00
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN_SOUND;GSPLUS_LITTLE_ENDIAN;HAVE_ATBRIDGE;HAVE_TFE;TOGGLE_STATUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-02-08 05:01:25 +00:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
|
<ErrorReporting>Prompt</ErrorReporting>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>IPHLPAPI.lib;Winmm.lib;Ws2_32.lib;Shlwapi.lib;$(SolutionDir)$(Configuration)\tfe.lib;;$(SolutionDir)$(Configuration)\atbridge.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="16inst_c.h" />
|
|
|
|
|
<ClInclude Include="8inst_c.h" />
|
|
|
|
|
<ClInclude Include="adb.h" />
|
|
|
|
|
<ClInclude Include="config.h" />
|
|
|
|
|
<ClInclude Include="defc.h" />
|
|
|
|
|
<ClInclude Include="defcomm.h" />
|
|
|
|
|
<ClInclude Include="defs.h" />
|
|
|
|
|
<ClInclude Include="defs_instr.h" />
|
|
|
|
|
<ClInclude Include="disas.h" />
|
|
|
|
|
<ClInclude Include="gsportfont.h" />
|
|
|
|
|
<CustomBuild Include="instable.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">perl make_inst c 8 instable.h > 8inst_c.h
|
|
|
|
|
perl make_inst c 16 instable.h > 16inst_c.h
|
|
|
|
|
perl make_inst s 8 instable.h > 8inst_s.h
|
|
|
|
|
perl make_inst s 16 instable.h > 16inst_s.h</Command>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">8inst_c.h 16inst_c.h 8inst_s.h 16inst_s.h</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">perl make_inst c 8 instable.h > 8inst_c.h
|
|
|
|
|
perl make_inst c 16 instable.h > 16inst_c.h
|
|
|
|
|
perl make_inst s 8 instable.h > 8inst_s.h
|
|
|
|
|
perl make_inst s 16 instable.h > 16inst_s.h</Command>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">8inst_c.h 16inst_c.h 8inst_s.h 16inst_s.h</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
<ClInclude Include="scc_llap.h" />
|
|
|
|
|
<ClInclude Include="win_keymap.h" />
|
|
|
|
|
<ClInclude Include="iwm.h" />
|
|
|
|
|
<ClInclude Include="iwm_35_525.h" />
|
|
|
|
|
<ClInclude Include="op_routs.h" />
|
|
|
|
|
<ClInclude Include="printer.h" />
|
|
|
|
|
<ClInclude Include="printer_charmaps.h" />
|
|
|
|
|
<ClInclude Include="imagewriter.h" />
|
|
|
|
|
<ClInclude Include="iw_charmaps.h" />
|
|
|
|
|
<ClInclude Include="prodos.h" />
|
|
|
|
|
<ClInclude Include="prodos_protos.h" />
|
|
|
|
|
<ClInclude Include="protos.h" />
|
|
|
|
|
<ClInclude Include="protos_engine_c.h" />
|
|
|
|
|
<ClInclude Include="protos_macdriver.h" />
|
|
|
|
|
<ClInclude Include="protos_macsnd_driver.h" />
|
|
|
|
|
<ClInclude Include="protos_windriver.h" />
|
|
|
|
|
<ClInclude Include="protos_xdriver.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="scc.h" />
|
|
|
|
|
<ClInclude Include="size_c.h" />
|
|
|
|
|
<CustomBuild Include="size_tab.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">perl make_size c size_tab.h > size_c.h
|
|
|
|
|
perl make_size s size_tab.h > size_s.h
|
|
|
|
|
perl make_size 8 size_tab.h > 8size_s.h
|
|
|
|
|
perl make_size 16 size_tab.h > 16size_s.h
|
|
|
|
|
perl make_size c size_tab.h > size_c.h</Command>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">size_c.h size_s.h 8size_s.h 16size_s.h</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">perl make_size c size_tab.h > size_c.h
|
|
|
|
|
perl make_size s size_tab.h > size_s.h
|
|
|
|
|
perl make_size 8 size_tab.h > 8size_s.h
|
|
|
|
|
perl make_size 16 size_tab.h > 16size_s.h
|
|
|
|
|
perl make_size c size_tab.h > size_c.h</Command>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">size_c.h size_s.h 8size_s.h 16size_s.h</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
<ClInclude Include="sound.h" />
|
|
|
|
|
<ClInclude Include="superhires.h" />
|
|
|
|
|
<ClInclude Include="support.h" />
|
|
|
|
|
<ClInclude Include="tfe\protos_tfe.h" />
|
|
|
|
|
<ClInclude Include="winresource.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="adb.c" />
|
|
|
|
|
<ClCompile Include="clock.c" />
|
|
|
|
|
<ClCompile Include="compile_time.c" />
|
|
|
|
|
<ClCompile Include="config.c" />
|
|
|
|
|
<ClCompile Include="dis.c" />
|
|
|
|
|
<ClCompile Include="engine_c.c" />
|
|
|
|
|
<ClCompile Include="iwm.c" />
|
|
|
|
|
<ClCompile Include="joystick_driver.c" />
|
|
|
|
|
<ClCompile Include="moremem.c" />
|
|
|
|
|
<ClCompile Include="paddles.c" />
|
|
|
|
|
<ClCompile Include="parallel.c" />
|
|
|
|
|
<ClCompile Include="printer.cpp">
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="scc_imagewriter.c" />
|
|
|
|
|
<ClCompile Include="imagewriter.cpp">
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="scc.c" />
|
|
|
|
|
<ClCompile Include="scc_llap.c" />
|
|
|
|
|
<ClCompile Include="scc_socket_driver.c" />
|
|
|
|
|
<ClCompile Include="scc_windriver.c" />
|
|
|
|
|
<ClCompile Include="sim65816.c" />
|
|
|
|
|
<ClCompile Include="smartport.c" />
|
|
|
|
|
<ClCompile Include="sound.c" />
|
|
|
|
|
<ClCompile Include="sound_driver.c" />
|
|
|
|
|
<ClCompile Include="video.c" />
|
|
|
|
|
<ClCompile Include="win32snd_driver.c" />
|
|
|
|
|
<ClCompile Include="win_console.c" />
|
|
|
|
|
<ClCompile Include="win_generic.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="win32.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|