aboutsummaryrefslogtreecommitdiff
path: root/deep_test
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2022-03-09 14:11:21 +0100
committerBenoit Germain <bnt.germain@gmail.com>2022-03-09 14:11:21 +0100
commit49ef9d50d475921aab0c50b13b857f8cb990fcc0 (patch)
tree0b5e4deefd63481e99557dd326352a4bb8cb5dc0 /deep_test
parentfe44f7e83fc0b3264533caaa3085938d78c3750b (diff)
downloadlanes-49ef9d50d475921aab0c50b13b857f8cb990fcc0.tar.gz
lanes-49ef9d50d475921aab0c50b13b857f8cb990fcc0.tar.bz2
lanes-49ef9d50d475921aab0c50b13b857f8cb990fcc0.zip
moonjit support
Diffstat (limited to 'deep_test')
-rw-r--r--deep_test/deep_test.vcxproj77
-rw-r--r--deep_test/deep_test.vcxproj.user19
2 files changed, 90 insertions, 6 deletions
diff --git a/deep_test/deep_test.vcxproj b/deep_test/deep_test.vcxproj
index 6612de7..c072972 100644
--- a/deep_test/deep_test.vcxproj
+++ b/deep_test/deep_test.vcxproj
@@ -45,6 +45,14 @@
45 <Configuration>Debug LuaJIT 2.1.0-beta3</Configuration> 45 <Configuration>Debug LuaJIT 2.1.0-beta3</Configuration>
46 <Platform>x64</Platform> 46 <Platform>x64</Platform>
47 </ProjectConfiguration> 47 </ProjectConfiguration>
48 <ProjectConfiguration Include="Debug MoonJIT|Win32">
49 <Configuration>Debug MoonJIT</Configuration>
50 <Platform>Win32</Platform>
51 </ProjectConfiguration>
52 <ProjectConfiguration Include="Debug MoonJIT|x64">
53 <Configuration>Debug MoonJIT</Configuration>
54 <Platform>x64</Platform>
55 </ProjectConfiguration>
48 <ProjectConfiguration Include="Release 5.3|Win32"> 56 <ProjectConfiguration Include="Release 5.3|Win32">
49 <Configuration>Release 5.3</Configuration> 57 <Configuration>Release 5.3</Configuration>
50 <Platform>Win32</Platform> 58 <Platform>Win32</Platform>
@@ -109,6 +117,12 @@
109 <PlatformToolset>v142</PlatformToolset> 117 <PlatformToolset>v142</PlatformToolset>
110 <CharacterSet>MultiByte</CharacterSet> 118 <CharacterSet>MultiByte</CharacterSet>
111 </PropertyGroup> 119 </PropertyGroup>
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'" Label="Configuration">
121 <ConfigurationType>DynamicLibrary</ConfigurationType>
122 <UseDebugLibraries>true</UseDebugLibraries>
123 <PlatformToolset>v142</PlatformToolset>
124 <CharacterSet>MultiByte</CharacterSet>
125 </PropertyGroup>
112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'" Label="Configuration"> 126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'" Label="Configuration">
113 <ConfigurationType>Application</ConfigurationType> 127 <ConfigurationType>Application</ConfigurationType>
114 <UseDebugLibraries>false</UseDebugLibraries> 128 <UseDebugLibraries>false</UseDebugLibraries>
@@ -159,6 +173,12 @@
159 <PlatformToolset>v142</PlatformToolset> 173 <PlatformToolset>v142</PlatformToolset>
160 <CharacterSet>MultiByte</CharacterSet> 174 <CharacterSet>MultiByte</CharacterSet>
161 </PropertyGroup> 175 </PropertyGroup>
176 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'" Label="Configuration">
177 <ConfigurationType>DynamicLibrary</ConfigurationType>
178 <UseDebugLibraries>true</UseDebugLibraries>
179 <PlatformToolset>v142</PlatformToolset>
180 <CharacterSet>MultiByte</CharacterSet>
181 </PropertyGroup>
162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'" Label="Configuration"> 182 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'" Label="Configuration">
163 <ConfigurationType>DynamicLibrary</ConfigurationType> 183 <ConfigurationType>DynamicLibrary</ConfigurationType>
164 <UseDebugLibraries>false</UseDebugLibraries> 184 <UseDebugLibraries>false</UseDebugLibraries>
@@ -196,6 +216,9 @@
196 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets"> 216 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets">
197 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 217 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
198 </ImportGroup> 218 </ImportGroup>
219 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'" Label="PropertySheets">
220 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
221 </ImportGroup>
199 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> 222 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'">
200 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 223 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
201 </ImportGroup> 224 </ImportGroup>
@@ -220,6 +243,9 @@
220 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets"> 243 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets">
221 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 244 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
222 </ImportGroup> 245 </ImportGroup>
246 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'" Label="PropertySheets">
247 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
248 </ImportGroup>
223 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> 249 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'">
224 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 250 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
225 </ImportGroup> 251 </ImportGroup>
@@ -257,6 +283,11 @@
257 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> 283 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
258 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> 284 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
259 </PropertyGroup> 285 </PropertyGroup>
286 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">
287 <TargetExt>.dll</TargetExt>
288 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
289 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
290 </PropertyGroup>
260 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> 291 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'">
261 <TargetExt>.dll</TargetExt> 292 <TargetExt>.dll</TargetExt>
262 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> 293 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
@@ -287,6 +318,11 @@
287 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> 318 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
288 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> 319 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
289 </PropertyGroup> 320 </PropertyGroup>
321 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">
322 <TargetExt>.dll</TargetExt>
323 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
324 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
325 </PropertyGroup>
290 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> 326 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'">
291 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> 327 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
292 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> 328 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
@@ -425,7 +461,7 @@
425 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 461 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
426 </ClCompile> 462 </ClCompile>
427 <PostBuildEvent> 463 <PostBuildEvent>
428 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\lanes\</Command> 464 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\</Command>
429 <Message>Copy to LuaJIT2</Message> 465 <Message>Copy to LuaJIT2</Message>
430 </PostBuildEvent> 466 </PostBuildEvent>
431 <Link> 467 <Link>
@@ -451,6 +487,24 @@
451 <AdditionalLibraryDirectories>$(SolutionDir)..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 487 <AdditionalLibraryDirectories>$(SolutionDir)..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories>
452 </Link> 488 </Link>
453 </ItemDefinitionGroup> 489 </ItemDefinitionGroup>
490 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">
491 <ClCompile>
492 <WarningLevel>Level3</WarningLevel>
493 <Optimization>Disabled</Optimization>
494 <SDLCheck>true</SDLCheck>
495 <ConformanceMode>true</ConformanceMode>
496 <AdditionalIncludeDirectories>$(SolutionDir)..\MoonJIT\src;$(SolutionDir)Lanes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
497 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
498 </ClCompile>
499 <PostBuildEvent>
500 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\MoonJIT\bin\$(Platform)\</Command>
501 <Message>Copy to MoonJIT</Message>
502 </PostBuildEvent>
503 <Link>
504 <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>
505 <AdditionalLibraryDirectories>$(SolutionDir)..\MoonJIT\bin\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
506 </Link>
507 </ItemDefinitionGroup>
454 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> 508 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'">
455 <ClCompile> 509 <ClCompile>
456 <WarningLevel>Level3</WarningLevel> 510 <WarningLevel>Level3</WarningLevel>
@@ -538,7 +592,7 @@
538 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 592 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
539 </ClCompile> 593 </ClCompile>
540 <PostBuildEvent> 594 <PostBuildEvent>
541 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\lanes\</Command> 595 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\</Command>
542 <Message>Copy to LuaJIT2</Message> 596 <Message>Copy to LuaJIT2</Message>
543 </PostBuildEvent> 597 </PostBuildEvent>
544 <Link> 598 <Link>
@@ -565,6 +619,25 @@
565 <AdditionalLibraryDirectories>$(SolutionDir)..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 619 <AdditionalLibraryDirectories>$(SolutionDir)..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories>
566 </Link> 620 </Link>
567 </ItemDefinitionGroup> 621 </ItemDefinitionGroup>
622 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">
623 <ClCompile>
624 <WarningLevel>Level3</WarningLevel>
625 <Optimization>Disabled</Optimization>
626 <SDLCheck>true</SDLCheck>
627 <ConformanceMode>true</ConformanceMode>
628 <AdditionalIncludeDirectories>$(SolutionDir)..\MoonJIT\src;$(SolutionDir)Lanes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
629 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
630 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
631 </ClCompile>
632 <PostBuildEvent>
633 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\MoonJIT\bin\$(Platform)\</Command>
634 <Message>Copy to MoonJIT</Message>
635 </PostBuildEvent>
636 <Link>
637 <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>
638 <AdditionalLibraryDirectories>$(SolutionDir)..\MoonJIT\bin\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
639 </Link>
640 </ItemDefinitionGroup>
568 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> 641 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'">
569 <ClCompile> 642 <ClCompile>
570 <WarningLevel>Level3</WarningLevel> 643 <WarningLevel>Level3</WarningLevel>
diff --git a/deep_test/deep_test.vcxproj.user b/deep_test/deep_test.vcxproj.user
index 374b6b1..96d9b1d 100644
--- a/deep_test/deep_test.vcxproj.user
+++ b/deep_test/deep_test.vcxproj.user
@@ -19,13 +19,13 @@
19 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 19 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
20 </PropertyGroup> 20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'"> 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|x64'">
22 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> 22 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit210.exe</LocalDebuggerCommand>
23 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 23 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
24 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> 24 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments>
25 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 25 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
26 </PropertyGroup> 26 </PropertyGroup>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.0.5|x64'"> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.0.5|x64'">
28 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> 28 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\luajit205.exe</LocalDebuggerCommand>
29 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 29 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
30 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> 30 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments>
31 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 31 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
@@ -36,6 +36,12 @@
36 <LocalDebuggerCommandArguments>-i deeptest.lua</LocalDebuggerCommandArguments> 36 <LocalDebuggerCommandArguments>-i deeptest.lua</LocalDebuggerCommandArguments>
37 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 37 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
38 </PropertyGroup> 38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">
40 <LocalDebuggerCommand>$(SolutionDir)..\MoonJIT\bin\$(Platform)\moonjit.exe</LocalDebuggerCommand>
41 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
42 <LocalDebuggerCommandArguments>-i deeptest.lua</LocalDebuggerCommandArguments>
43 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
44 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'">
40 <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe</LocalDebuggerCommand> 46 <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe</LocalDebuggerCommand>
41 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 47 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
@@ -49,13 +55,13 @@
49 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 55 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
50 </PropertyGroup> 56 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'"> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|Win32'">
52 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> 58 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit210.exe</LocalDebuggerCommand>
53 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 59 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
54 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> 60 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments>
55 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 61 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
56 </PropertyGroup> 62 </PropertyGroup>
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.0.5|Win32'"> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.0.5|Win32'">
58 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\luajit.exe</LocalDebuggerCommand> 64 <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-2.0.5\bin\$(Platform)\luajit205.exe</LocalDebuggerCommand>
59 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 65 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
60 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments> 66 <LocalDebuggerCommandArguments>-i</LocalDebuggerCommandArguments>
61 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 67 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
@@ -85,6 +91,11 @@
85 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 91 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
86 <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand> 92 <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand>
87 </PropertyGroup> 93 </PropertyGroup>
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">
95 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
96 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
97 <LocalDebuggerCommand>$(SolutionDir)..\MoonJIT\bin\$(Platform)\moonjit.exe</LocalDebuggerCommand>
98 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> 99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'">
89 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory> 100 <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\deep_test\</LocalDebuggerWorkingDirectory>
90 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 101 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>