4441019489
- ricompilazione per Win32 senza più limite a Windows XP.
269 lines
13 KiB
XML
269 lines
13 KiB
XML
<?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="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{7F71DE1E-D8E2-4BB4-9736-8234E389B238}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>lua</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>ClangCL</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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<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>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<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>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)54D$(PlatformArchitecture)</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)54D$(PlatformArchitecture)</TargetName>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)54</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>$(SolutionDir)$(Configuration)$(PlatformArchitecture)\</OutDir>
|
|
<IntDir>$(Configuration)$(PlatformArchitecture)\</IntDir>
|
|
<TargetName>$(ProjectName)54</TargetName>
|
|
<IncludePath>C:\;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Extern\lua\Lib
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib
|
|
copy $(TargetPath) \EgtProg\DllD32</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEB32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Extern\lua\Lib
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib
|
|
copy $(TargetPath) \EgtProg\DllD64</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEB64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib\$(TargetName)R32.lib
|
|
copy $(TargetPath) \EgtProg\Dll32</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEB32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<LanguageStandard_C>Default</LanguageStandard_C>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib\$(TargetName)R64.lib
|
|
copy $(TargetPath) \EgtProg\Dll64</Command>
|
|
</PostBuildEvent>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEB64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="lapi.c" />
|
|
<ClCompile Include="lauxlib.c" />
|
|
<ClCompile Include="lbaselib.c" />
|
|
<ClCompile Include="lcode.c" />
|
|
<ClCompile Include="lcorolib.c" />
|
|
<ClCompile Include="lctype.c" />
|
|
<ClCompile Include="ldblib.c" />
|
|
<ClCompile Include="ldebug.c" />
|
|
<ClCompile Include="ldo.c" />
|
|
<ClCompile Include="ldump.c" />
|
|
<ClCompile Include="lfunc.c" />
|
|
<ClCompile Include="lgc.c" />
|
|
<ClCompile Include="linit.c" />
|
|
<ClCompile Include="liolib.c" />
|
|
<ClCompile Include="llex.c" />
|
|
<ClCompile Include="lmathlib.c" />
|
|
<ClCompile Include="lmem.c" />
|
|
<ClCompile Include="loadlib.c" />
|
|
<ClCompile Include="lobject.c" />
|
|
<ClCompile Include="lopcodes.c" />
|
|
<ClCompile Include="loslib.c" />
|
|
<ClCompile Include="lparser.c" />
|
|
<ClCompile Include="lstate.c" />
|
|
<ClCompile Include="lstring.c" />
|
|
<ClCompile Include="lstrlib.c" />
|
|
<ClCompile Include="ltable.c" />
|
|
<ClCompile Include="ltablib.c" />
|
|
<ClCompile Include="ltm.c" />
|
|
<ClCompile Include="lundump.c" />
|
|
<ClCompile Include="lutf8lib.c" />
|
|
<ClCompile Include="lvm.c" />
|
|
<ClCompile Include="lzio.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="lapi.h" />
|
|
<ClInclude Include="lauxlib.h" />
|
|
<ClInclude Include="lcode.h" />
|
|
<ClInclude Include="lctype.h" />
|
|
<ClInclude Include="ldebug.h" />
|
|
<ClInclude Include="ldo.h" />
|
|
<ClInclude Include="lfunc.h" />
|
|
<ClInclude Include="lgc.h" />
|
|
<ClInclude Include="llex.h" />
|
|
<ClInclude Include="llimits.h" />
|
|
<ClInclude Include="lmem.h" />
|
|
<ClInclude Include="lobject.h" />
|
|
<ClInclude Include="lopcodes.h" />
|
|
<ClInclude Include="lparser.h" />
|
|
<ClInclude Include="lstate.h" />
|
|
<ClInclude Include="lstring.h" />
|
|
<ClInclude Include="ltable.h" />
|
|
<ClInclude Include="ltm.h" />
|
|
<ClInclude Include="lua.h" />
|
|
<ClInclude Include="luaconf.h" />
|
|
<ClInclude Include="lualib.h" />
|
|
<ClInclude Include="lundump.h" />
|
|
<ClInclude Include="lvm.h" />
|
|
<ClInclude Include="lzio.h" />
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="lua.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |