From 7d4a610e4f31d78b3f518f9a1fba38d14e4ec283 Mon Sep 17 00:00:00 2001 From: GrieferAtWork Date: Fri, 17 May 2024 20:57:07 +0200 Subject: [PATCH] Try to fix msbuild pipeline --- .../workflows/{.disabled => }/windows-x32.yml | 2 +- .../workflows/{.disabled => }/windows-x64.yml | 2 +- .vs/deemon-v141.vcxproj | 8 +++++ .vs/{deemon-v143.sln => deemon-v142.sln} | 34 +++++++++---------- ...eemon-v143.vcxproj => deemon-v142.vcxproj} | 24 ++++++++----- ...oj.filters => deemon-v142.vcxproj.filters} | 0 .vs/dex/_hostasm-v141.vcxproj | 8 +++++ ...asm-v143.vcxproj => _hostasm-v142.vcxproj} | 24 ++++++++----- ....filters => _hostasm-v142.vcxproj.filters} | 0 .vs/dex/_jit-v141.vcxproj | 8 +++++ .../{_jit-v143.vcxproj => _jit-v142.vcxproj} | 24 ++++++++----- .vs/dex/collections-v141.vcxproj | 8 +++++ ...-v143.vcxproj => collections-v142.vcxproj} | 24 ++++++++----- .vs/dex/ctypes-v141.vcxproj | 8 +++++ ...types-v143.vcxproj => ctypes-v142.vcxproj} | 24 ++++++++----- ...oj.filters => ctypes-v142.vcxproj.filters} | 0 .vs/dex/disassembler-v141.vcxproj | 8 +++++ ...v143.vcxproj => disassembler-v142.vcxproj} | 24 ++++++++----- .vs/dex/files-v141.vcxproj | 8 +++++ ...{files-v143.vcxproj => files-v142.vcxproj} | 24 ++++++++----- .vs/dex/hashlib-v141.vcxproj | 8 +++++ ...hlib-v143.vcxproj => hashlib-v142.vcxproj} | 24 ++++++++----- ...j.filters => hashlib-v142.vcxproj.filters} | 0 .vs/dex/ipc-v141.vcxproj | 8 +++++ .../{ipc-v143.vcxproj => ipc-v142.vcxproj} | 24 ++++++++----- .vs/dex/json-v141.vcxproj | 8 +++++ .../{json-v143.vcxproj => json-v142.vcxproj} | 24 ++++++++----- .vs/dex/math-v141.vcxproj | 8 +++++ .../{math-v143.vcxproj => math-v142.vcxproj} | 24 ++++++++----- .vs/dex/net-v141.vcxproj | 8 +++++ .../{net-v143.vcxproj => net-v142.vcxproj} | 24 ++++++++----- .vs/dex/posix-v141.vcxproj | 8 +++++ ...{posix-v143.vcxproj => posix-v142.vcxproj} | 24 ++++++++----- .vs/dex/rt-v141.vcxproj | 8 +++++ .vs/dex/{rt-v143.vcxproj => rt-v142.vcxproj} | 24 ++++++++----- .vs/dex/threading-v141.vcxproj | 8 +++++ ...ng-v143.vcxproj => threading-v142.vcxproj} | 24 ++++++++----- .vs/dex/time-v141.vcxproj | 8 +++++ .../{time-v143.vcxproj => time-v142.vcxproj} | 24 ++++++++----- .vs/dex/win32-v141.vcxproj | 8 +++++ ...{win32-v143.vcxproj => win32-v142.vcxproj} | 24 ++++++++----- util/make-vs-proj.dee | 4 ++- 42 files changed, 430 insertions(+), 156 deletions(-) rename .github/workflows/{.disabled => }/windows-x32.yml (97%) rename .github/workflows/{.disabled => }/windows-x64.yml (97%) rename .vs/{deemon-v143.sln => deemon-v142.sln} (96%) rename .vs/{deemon-v143.vcxproj => deemon-v142.vcxproj} (97%) rename .vs/{deemon-v143.vcxproj.filters => deemon-v142.vcxproj.filters} (100%) rename .vs/dex/{_hostasm-v143.vcxproj => _hostasm-v142.vcxproj} (95%) rename .vs/dex/{_hostasm-v143.vcxproj.filters => _hostasm-v142.vcxproj.filters} (100%) rename .vs/dex/{_jit-v143.vcxproj => _jit-v142.vcxproj} (95%) rename .vs/dex/{collections-v143.vcxproj => collections-v142.vcxproj} (95%) rename .vs/dex/{ctypes-v143.vcxproj => ctypes-v142.vcxproj} (96%) rename .vs/dex/{ctypes-v143.vcxproj.filters => ctypes-v142.vcxproj.filters} (100%) rename .vs/dex/{disassembler-v143.vcxproj => disassembler-v142.vcxproj} (95%) rename .vs/dex/{files-v143.vcxproj => files-v142.vcxproj} (95%) rename .vs/dex/{hashlib-v143.vcxproj => hashlib-v142.vcxproj} (96%) rename .vs/dex/{hashlib-v143.vcxproj.filters => hashlib-v142.vcxproj.filters} (100%) rename .vs/dex/{ipc-v143.vcxproj => ipc-v142.vcxproj} (95%) rename .vs/dex/{json-v143.vcxproj => json-v142.vcxproj} (95%) rename .vs/dex/{math-v143.vcxproj => math-v142.vcxproj} (95%) rename .vs/dex/{net-v143.vcxproj => net-v142.vcxproj} (95%) rename .vs/dex/{posix-v143.vcxproj => posix-v142.vcxproj} (95%) rename .vs/dex/{rt-v143.vcxproj => rt-v142.vcxproj} (95%) rename .vs/dex/{threading-v143.vcxproj => threading-v142.vcxproj} (95%) rename .vs/dex/{time-v143.vcxproj => time-v142.vcxproj} (95%) rename .vs/dex/{win32-v143.vcxproj => win32-v142.vcxproj} (95%) diff --git a/.github/workflows/.disabled/windows-x32.yml b/.github/workflows/windows-x32.yml similarity index 97% rename from .github/workflows/.disabled/windows-x32.yml rename to .github/workflows/windows-x32.yml index 3300e5f15..808be54cf 100644 --- a/.github/workflows/.disabled/windows-x32.yml +++ b/.github/workflows/windows-x32.yml @@ -23,7 +23,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@master - name: Make - run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v143.sln + run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v142.sln - name: Test run: ${{ github.workspace }}\deemon.exe util\test.dee diff --git a/.github/workflows/.disabled/windows-x64.yml b/.github/workflows/windows-x64.yml similarity index 97% rename from .github/workflows/.disabled/windows-x64.yml rename to .github/workflows/windows-x64.yml index 40b76cc33..8a6de1a4b 100644 --- a/.github/workflows/.disabled/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -23,7 +23,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@master - name: Make - run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=x64 .vs\deemon-v143.sln + run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=x64 .vs\deemon-v142.sln - name: Test run: ${{ github.workspace }}\deemon.exe util\test.dee diff --git a/.vs/deemon-v141.vcxproj b/.vs/deemon-v141.vcxproj index 4a33bd644..656a0d797 100644 --- a/.vs/deemon-v141.vcxproj +++ b/.vs/deemon-v141.vcxproj @@ -644,6 +644,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -653,6 +654,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -662,6 +664,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -671,6 +674,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -680,6 +684,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -689,6 +694,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -698,6 +704,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -707,6 +714,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon diff --git a/.vs/deemon-v143.sln b/.vs/deemon-v142.sln similarity index 96% rename from .vs/deemon-v143.sln rename to .vs/deemon-v142.sln index 844f3e32e..d29c8cdd7 100644 --- a/.vs/deemon-v143.sln +++ b/.vs/deemon-v142.sln @@ -3,86 +3,86 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.1321 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deemon", "deemon-v143.vcxproj", "{86D226C5-EF62-4562-AC06-E6A753DFA7CF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deemon", "deemon-v142.vcxproj", "{86D226C5-EF62-4562-AC06-E6A753DFA7CF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dex", "dex", "{2360741E-FB49-40D4-B684-000000001A50}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hostasm", "dex\_hostasm-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000A7043B5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hostasm", "dex\_hostasm-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000A7043B5}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_jit", "dex\_jit-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000A7BC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_jit", "dex\_jit-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000A7BC}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "collections", "dex\collections-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-001BD8220AC3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "collections", "dex\collections-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-001BD8220AC3}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctypes", "dex\ctypes-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-000000362D5B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctypes", "dex\ctypes-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000000362D5B}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disassembler", "dex\disassembler-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00D1B6988C5A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disassembler", "dex\disassembler-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00D1B6988C5A}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "files", "dex\files-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000006AA5B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "files", "dex\files-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000006AA5B}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashlib", "dex\hashlib-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000197782A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashlib", "dex\hashlib-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000197782A}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipc", "dex\ipc-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000019A3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipc", "dex\ipc-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000019A3}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "dex\json-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000CBD6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "dex\json-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000CBD6}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "math", "dex\math-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000C188}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "math", "dex\math-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000C188}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "dex\net-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000018DC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "dex\net-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000018DC}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "posix", "dex\posix-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007C1F0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "posix", "dex\posix-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007C1F0}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rt", "dex\rt-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000003E4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rt", "dex\rt-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000003E4}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threading", "dex\threading-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-000078FC4157}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threading", "dex\threading-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000078FC4157}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time", "dex\time-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000F14D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time", "dex\time-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000F14D}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32", "dex\win32-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007B82A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32", "dex\win32-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007B82A}" ProjectSection(ProjectDependencies) = postProject {86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF} EndProjectSection diff --git a/.vs/deemon-v143.vcxproj b/.vs/deemon-v142.vcxproj similarity index 97% rename from .vs/deemon-v143.vcxproj rename to .vs/deemon-v142.vcxproj index ac81c09b3..e40871f52 100644 --- a/.vs/deemon-v143.vcxproj +++ b/.vs/deemon-v142.vcxproj @@ -555,56 +555,56 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte Application false - v143 + v142 true MultiByte @@ -644,6 +644,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -653,6 +654,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -662,6 +664,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -671,6 +674,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -680,6 +684,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -689,6 +694,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -698,6 +704,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon $(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath) @@ -707,6 +714,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m make make -B make + deemon diff --git a/.vs/deemon-v143.vcxproj.filters b/.vs/deemon-v142.vcxproj.filters similarity index 100% rename from .vs/deemon-v143.vcxproj.filters rename to .vs/deemon-v142.vcxproj.filters diff --git a/.vs/dex/_hostasm-v141.vcxproj b/.vs/dex/_hostasm-v141.vcxproj index d2bf9df81..88d818130 100644 --- a/.vs/dex/_hostasm-v141.vcxproj +++ b/.vs/dex/_hostasm-v141.vcxproj @@ -164,6 +164,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -174,6 +175,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -184,6 +186,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -194,6 +197,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -204,6 +208,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -214,6 +219,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -224,6 +230,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -234,6 +241,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/_hostasm-v143.vcxproj b/.vs/dex/_hostasm-v142.vcxproj similarity index 95% rename from .vs/dex/_hostasm-v143.vcxproj rename to .vs/dex/_hostasm-v142.vcxproj index 43be99096..a409bfc80 100644 --- a/.vs/dex/_hostasm-v143.vcxproj +++ b/.vs/dex/_hostasm-v142.vcxproj @@ -75,56 +75,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -164,6 +164,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -174,6 +175,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -184,6 +186,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -194,6 +197,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -204,6 +208,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -214,6 +219,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -224,6 +230,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) @@ -234,6 +241,7 @@ make make -B make + _hostasm $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/_hostasm-v143.vcxproj.filters b/.vs/dex/_hostasm-v142.vcxproj.filters similarity index 100% rename from .vs/dex/_hostasm-v143.vcxproj.filters rename to .vs/dex/_hostasm-v142.vcxproj.filters diff --git a/.vs/dex/_jit-v141.vcxproj b/.vs/dex/_jit-v141.vcxproj index 99473d645..545aaecc5 100644 --- a/.vs/dex/_jit-v141.vcxproj +++ b/.vs/dex/_jit-v141.vcxproj @@ -155,6 +155,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -165,6 +166,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -175,6 +177,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -185,6 +188,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -195,6 +199,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -205,6 +210,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -215,6 +221,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -225,6 +232,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/_jit-v143.vcxproj b/.vs/dex/_jit-v142.vcxproj similarity index 95% rename from .vs/dex/_jit-v143.vcxproj rename to .vs/dex/_jit-v142.vcxproj index aef8aa808..28e955cdc 100644 --- a/.vs/dex/_jit-v143.vcxproj +++ b/.vs/dex/_jit-v142.vcxproj @@ -66,56 +66,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -155,6 +155,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -165,6 +166,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -175,6 +177,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -185,6 +188,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -195,6 +199,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -205,6 +210,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -215,6 +221,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) @@ -225,6 +232,7 @@ make make -B make + _jit $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/collections-v141.vcxproj b/.vs/dex/collections-v141.vcxproj index e4860c6d2..e812f30b6 100644 --- a/.vs/dex/collections-v141.vcxproj +++ b/.vs/dex/collections-v141.vcxproj @@ -147,6 +147,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -157,6 +158,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -167,6 +169,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -177,6 +180,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -187,6 +191,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -197,6 +202,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -207,6 +213,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -217,6 +224,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/collections-v143.vcxproj b/.vs/dex/collections-v142.vcxproj similarity index 95% rename from .vs/dex/collections-v143.vcxproj rename to .vs/dex/collections-v142.vcxproj index a6ae50c7c..fdad15680 100644 --- a/.vs/dex/collections-v143.vcxproj +++ b/.vs/dex/collections-v142.vcxproj @@ -58,56 +58,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -147,6 +147,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -157,6 +158,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -167,6 +169,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -177,6 +180,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -187,6 +191,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -197,6 +202,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -207,6 +213,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) @@ -217,6 +224,7 @@ make make -B make + collections $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/ctypes-v141.vcxproj b/.vs/dex/ctypes-v141.vcxproj index a6a3b2883..519be5464 100644 --- a/.vs/dex/ctypes-v141.vcxproj +++ b/.vs/dex/ctypes-v141.vcxproj @@ -233,6 +233,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -243,6 +244,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -253,6 +255,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -263,6 +266,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -273,6 +277,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -283,6 +288,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -293,6 +299,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -303,6 +310,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/ctypes-v143.vcxproj b/.vs/dex/ctypes-v142.vcxproj similarity index 96% rename from .vs/dex/ctypes-v143.vcxproj rename to .vs/dex/ctypes-v142.vcxproj index 98825aaff..271d95e8e 100644 --- a/.vs/dex/ctypes-v143.vcxproj +++ b/.vs/dex/ctypes-v142.vcxproj @@ -144,56 +144,56 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -233,6 +233,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -243,6 +244,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -253,6 +255,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -263,6 +266,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -273,6 +277,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -283,6 +288,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -293,6 +299,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) @@ -303,6 +310,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-dex-ctypes-ffi-libffi_msvc-wi make make -B make + ctypes $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/ctypes-v143.vcxproj.filters b/.vs/dex/ctypes-v142.vcxproj.filters similarity index 100% rename from .vs/dex/ctypes-v143.vcxproj.filters rename to .vs/dex/ctypes-v142.vcxproj.filters diff --git a/.vs/dex/disassembler-v141.vcxproj b/.vs/dex/disassembler-v141.vcxproj index 325d0411a..d562b8d69 100644 --- a/.vs/dex/disassembler-v141.vcxproj +++ b/.vs/dex/disassembler-v141.vcxproj @@ -140,6 +140,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -150,6 +151,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -160,6 +162,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -170,6 +173,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -180,6 +184,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -190,6 +195,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -200,6 +206,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -210,6 +217,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/disassembler-v143.vcxproj b/.vs/dex/disassembler-v142.vcxproj similarity index 95% rename from .vs/dex/disassembler-v143.vcxproj rename to .vs/dex/disassembler-v142.vcxproj index f05b94527..2048b7096 100644 --- a/.vs/dex/disassembler-v143.vcxproj +++ b/.vs/dex/disassembler-v142.vcxproj @@ -51,56 +51,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -140,6 +140,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -150,6 +151,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -160,6 +162,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -170,6 +173,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -180,6 +184,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -190,6 +195,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -200,6 +206,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) @@ -210,6 +217,7 @@ make make -B make + disassembler $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/files-v141.vcxproj b/.vs/dex/files-v141.vcxproj index c984cfeed..4b7159849 100644 --- a/.vs/dex/files-v141.vcxproj +++ b/.vs/dex/files-v141.vcxproj @@ -140,6 +140,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -150,6 +151,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -160,6 +162,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -170,6 +173,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -180,6 +184,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -190,6 +195,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -200,6 +206,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -210,6 +217,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/files-v143.vcxproj b/.vs/dex/files-v142.vcxproj similarity index 95% rename from .vs/dex/files-v143.vcxproj rename to .vs/dex/files-v142.vcxproj index 1ae0870c5..ad0012a87 100644 --- a/.vs/dex/files-v143.vcxproj +++ b/.vs/dex/files-v142.vcxproj @@ -51,56 +51,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -140,6 +140,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -150,6 +151,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -160,6 +162,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -170,6 +173,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -180,6 +184,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -190,6 +195,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -200,6 +206,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) @@ -210,6 +217,7 @@ make make -B make + files $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/hashlib-v141.vcxproj b/.vs/dex/hashlib-v141.vcxproj index 506f9a78c..3af43bf1c 100644 --- a/.vs/dex/hashlib-v141.vcxproj +++ b/.vs/dex/hashlib-v141.vcxproj @@ -232,6 +232,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -242,6 +243,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -252,6 +254,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -262,6 +265,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -272,6 +276,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -282,6 +287,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -292,6 +298,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -302,6 +309,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/hashlib-v143.vcxproj b/.vs/dex/hashlib-v142.vcxproj similarity index 96% rename from .vs/dex/hashlib-v143.vcxproj rename to .vs/dex/hashlib-v142.vcxproj index b22204a6a..6e15f7846 100644 --- a/.vs/dex/hashlib-v143.vcxproj +++ b/.vs/dex/hashlib-v142.vcxproj @@ -143,56 +143,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -232,6 +232,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -242,6 +243,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -252,6 +254,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -262,6 +265,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -272,6 +276,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -282,6 +287,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -292,6 +298,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) @@ -302,6 +309,7 @@ make make -B make + hashlib $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/hashlib-v143.vcxproj.filters b/.vs/dex/hashlib-v142.vcxproj.filters similarity index 100% rename from .vs/dex/hashlib-v143.vcxproj.filters rename to .vs/dex/hashlib-v142.vcxproj.filters diff --git a/.vs/dex/ipc-v141.vcxproj b/.vs/dex/ipc-v141.vcxproj index 65cd2ab4c..56893f0e1 100644 --- a/.vs/dex/ipc-v141.vcxproj +++ b/.vs/dex/ipc-v141.vcxproj @@ -141,6 +141,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -151,6 +152,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -161,6 +163,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -171,6 +174,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -181,6 +185,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -191,6 +196,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -201,6 +207,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -211,6 +218,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/ipc-v143.vcxproj b/.vs/dex/ipc-v142.vcxproj similarity index 95% rename from .vs/dex/ipc-v143.vcxproj rename to .vs/dex/ipc-v142.vcxproj index b13e68900..533022548 100644 --- a/.vs/dex/ipc-v143.vcxproj +++ b/.vs/dex/ipc-v142.vcxproj @@ -52,56 +52,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -141,6 +141,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -151,6 +152,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -161,6 +163,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -171,6 +174,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -181,6 +185,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -191,6 +196,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -201,6 +207,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) @@ -211,6 +218,7 @@ make make -B make + ipc $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/json-v141.vcxproj b/.vs/dex/json-v141.vcxproj index 42aad6a2f..e54fe17b6 100644 --- a/.vs/dex/json-v141.vcxproj +++ b/.vs/dex/json-v141.vcxproj @@ -138,6 +138,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/json-v143.vcxproj b/.vs/dex/json-v142.vcxproj similarity index 95% rename from .vs/dex/json-v143.vcxproj rename to .vs/dex/json-v142.vcxproj index afb705934..506c1eb32 100644 --- a/.vs/dex/json-v143.vcxproj +++ b/.vs/dex/json-v142.vcxproj @@ -49,56 +49,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -138,6 +138,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + json $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/math-v141.vcxproj b/.vs/dex/math-v141.vcxproj index e2cd7ce79..8d063d1e8 100644 --- a/.vs/dex/math-v141.vcxproj +++ b/.vs/dex/math-v141.vcxproj @@ -138,6 +138,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/math-v143.vcxproj b/.vs/dex/math-v142.vcxproj similarity index 95% rename from .vs/dex/math-v143.vcxproj rename to .vs/dex/math-v142.vcxproj index 32598c905..1a50a1d2c 100644 --- a/.vs/dex/math-v143.vcxproj +++ b/.vs/dex/math-v142.vcxproj @@ -49,56 +49,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -138,6 +138,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + math $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/net-v141.vcxproj b/.vs/dex/net-v141.vcxproj index 1d9893595..112eb2aa6 100644 --- a/.vs/dex/net-v141.vcxproj +++ b/.vs/dex/net-v141.vcxproj @@ -142,6 +142,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -152,6 +153,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -162,6 +164,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -172,6 +175,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -182,6 +186,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -192,6 +197,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -202,6 +208,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -212,6 +219,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/net-v143.vcxproj b/.vs/dex/net-v142.vcxproj similarity index 95% rename from .vs/dex/net-v143.vcxproj rename to .vs/dex/net-v142.vcxproj index 10b382e1d..ed0e87ea0 100644 --- a/.vs/dex/net-v143.vcxproj +++ b/.vs/dex/net-v142.vcxproj @@ -53,56 +53,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -142,6 +142,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -152,6 +153,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -162,6 +164,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -172,6 +175,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -182,6 +186,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -192,6 +197,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -202,6 +208,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) @@ -212,6 +219,7 @@ make make -B make + net $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/posix-v141.vcxproj b/.vs/dex/posix-v141.vcxproj index 9289f6f32..7c4d3cc1d 100644 --- a/.vs/dex/posix-v141.vcxproj +++ b/.vs/dex/posix-v141.vcxproj @@ -174,6 +174,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -184,6 +185,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -194,6 +196,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -204,6 +207,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -214,6 +218,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -224,6 +229,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -234,6 +240,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -244,6 +251,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/posix-v143.vcxproj b/.vs/dex/posix-v142.vcxproj similarity index 95% rename from .vs/dex/posix-v143.vcxproj rename to .vs/dex/posix-v142.vcxproj index 8d506aef9..93bfb602b 100644 --- a/.vs/dex/posix-v143.vcxproj +++ b/.vs/dex/posix-v142.vcxproj @@ -85,56 +85,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -174,6 +174,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -184,6 +185,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -194,6 +196,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -204,6 +207,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -214,6 +218,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -224,6 +229,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -234,6 +240,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) @@ -244,6 +251,7 @@ make make -B make + posix $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/rt-v141.vcxproj b/.vs/dex/rt-v141.vcxproj index d814822e9..d39f31389 100644 --- a/.vs/dex/rt-v141.vcxproj +++ b/.vs/dex/rt-v141.vcxproj @@ -139,6 +139,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -149,6 +150,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -159,6 +161,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -169,6 +172,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -179,6 +183,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -189,6 +194,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -199,6 +205,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -209,6 +216,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/rt-v143.vcxproj b/.vs/dex/rt-v142.vcxproj similarity index 95% rename from .vs/dex/rt-v143.vcxproj rename to .vs/dex/rt-v142.vcxproj index 6b8e24c16..f9dbef15b 100644 --- a/.vs/dex/rt-v143.vcxproj +++ b/.vs/dex/rt-v142.vcxproj @@ -50,56 +50,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -139,6 +139,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -149,6 +150,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -159,6 +161,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -169,6 +172,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -179,6 +183,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -189,6 +194,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -199,6 +205,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) @@ -209,6 +216,7 @@ make make -B make + rt $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/threading-v141.vcxproj b/.vs/dex/threading-v141.vcxproj index 0155fe821..bff1a6a8b 100644 --- a/.vs/dex/threading-v141.vcxproj +++ b/.vs/dex/threading-v141.vcxproj @@ -143,6 +143,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -153,6 +154,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -163,6 +165,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -173,6 +176,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -183,6 +187,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -193,6 +198,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -203,6 +209,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -213,6 +220,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/threading-v143.vcxproj b/.vs/dex/threading-v142.vcxproj similarity index 95% rename from .vs/dex/threading-v143.vcxproj rename to .vs/dex/threading-v142.vcxproj index bf5955c91..17746b314 100644 --- a/.vs/dex/threading-v143.vcxproj +++ b/.vs/dex/threading-v142.vcxproj @@ -54,56 +54,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -143,6 +143,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -153,6 +154,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -163,6 +165,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -173,6 +176,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -183,6 +187,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -193,6 +198,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -203,6 +209,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) @@ -213,6 +220,7 @@ make make -B make + threading $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/time-v141.vcxproj b/.vs/dex/time-v141.vcxproj index 3f7582bed..d3839d636 100644 --- a/.vs/dex/time-v141.vcxproj +++ b/.vs/dex/time-v141.vcxproj @@ -138,6 +138,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/time-v143.vcxproj b/.vs/dex/time-v142.vcxproj similarity index 95% rename from .vs/dex/time-v143.vcxproj rename to .vs/dex/time-v142.vcxproj index 332e0185b..c93d5d937 100644 --- a/.vs/dex/time-v143.vcxproj +++ b/.vs/dex/time-v142.vcxproj @@ -49,56 +49,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -138,6 +138,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -148,6 +149,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -158,6 +160,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -168,6 +171,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -178,6 +182,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -188,6 +193,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -198,6 +204,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) @@ -208,6 +215,7 @@ make make -B make + time $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/win32-v141.vcxproj b/.vs/dex/win32-v141.vcxproj index 40c9348e4..274e93a0e 100644 --- a/.vs/dex/win32-v141.vcxproj +++ b/.vs/dex/win32-v141.vcxproj @@ -141,6 +141,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -151,6 +152,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -161,6 +163,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -171,6 +174,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -181,6 +185,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -191,6 +196,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -201,6 +207,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -211,6 +218,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) diff --git a/.vs/dex/win32-v143.vcxproj b/.vs/dex/win32-v142.vcxproj similarity index 95% rename from .vs/dex/win32-v143.vcxproj rename to .vs/dex/win32-v142.vcxproj index d67cd4c23..59bf7d5f9 100644 --- a/.vs/dex/win32-v143.vcxproj +++ b/.vs/dex/win32-v142.vcxproj @@ -52,56 +52,56 @@ DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte DynamicLibrary false - v143 + v142 true MultiByte @@ -141,6 +141,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -151,6 +152,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -161,6 +163,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -171,6 +174,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -181,6 +185,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -191,6 +196,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -201,6 +207,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) @@ -211,6 +218,7 @@ make make -B make + win32 $(SolutionDir)..;$(LibraryPath) diff --git a/util/make-vs-proj.dee b/util/make-vs-proj.dee index 5c25d4473..6714548e9 100644 --- a/util/make-vs-proj.dee +++ b/util/make-vs-proj.dee @@ -37,7 +37,7 @@ function isDirOrSymlinkToDir(ent: dirent): bool { /* Make sure that .gitignore is being parsed correctly. */ assert isFileGitIgnored("deemon.exe"); -global final SUPPORTED_PLATFORM_TOOLSETS = ["v141", "v143"]; +global final SUPPORTED_PLATFORM_TOOLSETS = ["v141", "v142"]; global final DEEMON_GUID = "8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942"; global final DEEMON_CORE_GUID = "86D226C5-EF62-4562-AC06-E6A753DFA7CF"; global final ROOT_FOLDER_GUID = "2150E333-8FDC-42A3-9474-1A3956D46DE8"; @@ -659,6 +659,7 @@ createVsFile(f"deemon-{PlatformToolset}.vcxproj", fp -> { ' make\r\n' ' make -B\r\n' ' make\r\n' + ' deemon\r\n' ' \r\n'; } } @@ -769,6 +770,7 @@ for (local dexName: DEX_NAMES) { ' make\r\n' ' make -B\r\n' ' make\r\n' + ' ' << dexName << '\r\n' ' $(SolutionDir)..;$(LibraryPath)\r\n' ' \r\n'; }