diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2022-02-21 10:11:22 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2022-02-21 10:11:22 +0100 |
commit | d181ea29d7cb6aae46dcc9f64eac75e786009f4d (patch) | |
tree | b75d7ba5cf1e593e92e485b80f57815b87158b4c | |
parent | c2f88350772c01631ea3b7d60e56cea335c458b7 (diff) | |
download | lanes-d181ea29d7cb6aae46dcc9f64eac75e786009f4d.tar.gz lanes-d181ea29d7cb6aae46dcc9f64eac75e786009f4d.tar.bz2 lanes-d181ea29d7cb6aae46dcc9f64eac75e786009f4d.zip |
some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testing
-rw-r--r-- | deep_test/deep_test.vcxproj | 73 | ||||
-rw-r--r-- | deep_test/deep_test.vcxproj.user | 12 |
2 files changed, 85 insertions, 0 deletions
diff --git a/deep_test/deep_test.vcxproj b/deep_test/deep_test.vcxproj index b122216..9f3adac 100644 --- a/deep_test/deep_test.vcxproj +++ b/deep_test/deep_test.vcxproj | |||
@@ -21,6 +21,14 @@ | |||
21 | <Configuration>Debug 5.4</Configuration> | 21 | <Configuration>Debug 5.4</Configuration> |
22 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | <ProjectConfiguration Include="Debug LuaJIT 2.1.0-beta3|Win32"> | ||
25 | <Configuration>Debug LuaJIT 2.1.0-beta3</Configuration> | ||
26 | <Platform>Win32</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Debug LuaJIT 2.1.0-beta3|x64"> | ||
29 | <Configuration>Debug LuaJIT 2.1.0-beta3</Configuration> | ||
30 | <Platform>x64</Platform> | ||
31 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="Release 5.3|Win32"> | 32 | <ProjectConfiguration Include="Release 5.3|Win32"> |
25 | <Configuration>Release 5.3</Configuration> | 33 | <Configuration>Release 5.3</Configuration> |
26 | <Platform>Win32</Platform> | 34 | <Platform>Win32</Platform> |
@@ -61,6 +69,12 @@ | |||
61 | <PlatformToolset>v142</PlatformToolset> | 69 | <PlatformToolset>v142</PlatformToolset> |
62 | <CharacterSet>MultiByte</CharacterSet> | 70 | <CharacterSet>MultiByte</CharacterSet> |
63 | </PropertyGroup> | 71 | </PropertyGroup> |
72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'" Label="Configuration"> | ||
73 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
74 | <UseDebugLibraries>true</UseDebugLibraries> | ||
75 | <PlatformToolset>v142</PlatformToolset> | ||
76 | <CharacterSet>MultiByte</CharacterSet> | ||
77 | </PropertyGroup> | ||
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="Configuration"> | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="Configuration"> |
65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 79 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
66 | <UseDebugLibraries>true</UseDebugLibraries> | 80 | <UseDebugLibraries>true</UseDebugLibraries> |
@@ -93,6 +107,12 @@ | |||
93 | <PlatformToolset>v142</PlatformToolset> | 107 | <PlatformToolset>v142</PlatformToolset> |
94 | <CharacterSet>MultiByte</CharacterSet> | 108 | <CharacterSet>MultiByte</CharacterSet> |
95 | </PropertyGroup> | 109 | </PropertyGroup> |
110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'" Label="Configuration"> | ||
111 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
112 | <UseDebugLibraries>true</UseDebugLibraries> | ||
113 | <PlatformToolset>v142</PlatformToolset> | ||
114 | <CharacterSet>MultiByte</CharacterSet> | ||
115 | </PropertyGroup> | ||
96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="Configuration"> | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="Configuration"> |
97 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 117 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
98 | <UseDebugLibraries>true</UseDebugLibraries> | 118 | <UseDebugLibraries>true</UseDebugLibraries> |
@@ -124,6 +144,9 @@ | |||
124 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'" Label="PropertySheets"> | 144 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'" Label="PropertySheets"> |
125 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 145 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
126 | </ImportGroup> | 146 | </ImportGroup> |
147 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'" Label="PropertySheets"> | ||
148 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
149 | </ImportGroup> | ||
127 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets"> | 150 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets"> |
128 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 151 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
129 | </ImportGroup> | 152 | </ImportGroup> |
@@ -139,6 +162,9 @@ | |||
139 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'" Label="PropertySheets"> | 162 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'" Label="PropertySheets"> |
140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 163 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
141 | </ImportGroup> | 164 | </ImportGroup> |
165 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'" Label="PropertySheets"> | ||
166 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
167 | </ImportGroup> | ||
142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets"> | 168 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets"> |
143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 169 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
144 | </ImportGroup> | 170 | </ImportGroup> |
@@ -159,6 +185,11 @@ | |||
159 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 185 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
160 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 186 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
161 | </PropertyGroup> | 187 | </PropertyGroup> |
188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'"> | ||
189 | <TargetExt>.dll</TargetExt> | ||
190 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
191 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
192 | </PropertyGroup> | ||
162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 193 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
163 | <TargetExt>.dll</TargetExt> | 194 | <TargetExt>.dll</TargetExt> |
164 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 195 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
@@ -174,6 +205,11 @@ | |||
174 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 205 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
175 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 206 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
176 | </PropertyGroup> | 207 | </PropertyGroup> |
208 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'"> | ||
209 | <TargetExt>.dll</TargetExt> | ||
210 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
211 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
212 | </PropertyGroup> | ||
177 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 213 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
178 | <TargetExt>.dll</TargetExt> | 214 | <TargetExt>.dll</TargetExt> |
179 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 215 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
@@ -269,6 +305,24 @@ | |||
269 | <AdditionalLibraryDirectories>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 305 | <AdditionalLibraryDirectories>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> |
270 | </Link> | 306 | </Link> |
271 | </ItemDefinitionGroup> | 307 | </ItemDefinitionGroup> |
308 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'"> | ||
309 | <ClCompile> | ||
310 | <WarningLevel>Level3</WarningLevel> | ||
311 | <Optimization>Disabled</Optimization> | ||
312 | <SDLCheck>true</SDLCheck> | ||
313 | <ConformanceMode>true</ConformanceMode> | ||
314 | <AdditionalIncludeDirectories>$(SolutionDir)..\LuaJIT-2.1.0-beta3\src;$(SolutionDir)Lanes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
315 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
316 | </ClCompile> | ||
317 | <PostBuildEvent> | ||
318 | <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\lanes\</Command> | ||
319 | <Message>Copy to LuaJIT2</Message> | ||
320 | </PostBuildEvent> | ||
321 | <Link> | ||
322 | <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
323 | <AdditionalLibraryDirectories>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
324 | </Link> | ||
325 | </ItemDefinitionGroup> | ||
272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 326 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
273 | <ClCompile> | 327 | <ClCompile> |
274 | <WarningLevel>Level3</WarningLevel> | 328 | <WarningLevel>Level3</WarningLevel> |
@@ -325,6 +379,25 @@ | |||
325 | <AdditionalLibraryDirectories>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 379 | <AdditionalLibraryDirectories>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> |
326 | </Link> | 380 | </Link> |
327 | </ItemDefinitionGroup> | 381 | </ItemDefinitionGroup> |
382 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'"> | ||
383 | <ClCompile> | ||
384 | <WarningLevel>Level3</WarningLevel> | ||
385 | <Optimization>Disabled</Optimization> | ||
386 | <SDLCheck>true</SDLCheck> | ||
387 | <ConformanceMode>true</ConformanceMode> | ||
388 | <AdditionalIncludeDirectories>$(SolutionDir)..\LuaJIT-2.1.0-beta3\src;$(SolutionDir)Lanes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
389 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
390 | <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
391 | </ClCompile> | ||
392 | <PostBuildEvent> | ||
393 | <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\lanes\</Command> | ||
394 | <Message>Copy to LuaJIT2</Message> | ||
395 | </PostBuildEvent> | ||
396 | <Link> | ||
397 | <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
398 | <AdditionalLibraryDirectories>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
399 | </Link> | ||
400 | </ItemDefinitionGroup> | ||
328 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 401 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
329 | <ClCompile> | 402 | <ClCompile> |
330 | <WarningLevel>Level3</WarningLevel> | 403 | <WarningLevel>Level3</WarningLevel> |
diff --git a/deep_test/deep_test.vcxproj.user b/deep_test/deep_test.vcxproj.user index 6ffc0ba..12ca15f 100644 --- a/deep_test/deep_test.vcxproj.user +++ b/deep_test/deep_test.vcxproj.user | |||
@@ -12,6 +12,12 @@ | |||
12 | <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> | 12 | <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> |
13 | <LocalDebuggerWorkingDirectory>D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> | 13 | <LocalDebuggerWorkingDirectory>D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> |
14 | </PropertyGroup> | 14 | </PropertyGroup> |
15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'"> | ||
16 | <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> | ||
17 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
18 | <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> | ||
19 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> | ||
20 | </PropertyGroup> | ||
15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
16 | <LocalDebuggerCommand>D:\Boulot\anubis\Lua\framework\lua54.exe</LocalDebuggerCommand> | 22 | <LocalDebuggerCommand>D:\Boulot\anubis\Lua\framework\lua54.exe</LocalDebuggerCommand> |
17 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 23 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
@@ -30,4 +36,10 @@ | |||
30 | <LocalDebuggerCommandArguments>-i -- deeptest.lua</LocalDebuggerCommandArguments> | 36 | <LocalDebuggerCommandArguments>-i -- deeptest.lua</LocalDebuggerCommandArguments> |
31 | <LocalDebuggerWorkingDirectory>D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> | 37 | <LocalDebuggerWorkingDirectory>D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> |
32 | </PropertyGroup> | 38 | </PropertyGroup> |
39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'"> | ||
40 | <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> | ||
41 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
42 | <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> | ||
43 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> | ||
44 | </PropertyGroup> | ||
33 | </Project> \ No newline at end of file | 45 | </Project> \ No newline at end of file |