From a8d929445d5a4c67a85bd85e6521d29a80533b81 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 21:42:26 +0100 Subject: [PATCH 1/6] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6e4381c..10a767d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,7 +41,7 @@ jobs: - name: Build RebootS20 working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild /p:DefineConstants=ABOVE_S20 ${{env.SOLUTION_FILE_PATH}} /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants="ABOVE_S20" /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3 From 291ff00173199510899231968a15d7b1d44d87ea Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 22:03:58 +0100 Subject: [PATCH 2/6] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 10a767d..8cd1a15 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,7 +41,7 @@ jobs: - name: Build RebootS20 working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants="ABOVE_S20" /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants=ABOVE_S20 /p:PreprocessorDefinitions=ABOVE_S20 /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3 From 8e77b12421616db3ffd78562bef303e0e24a33a9 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 23:09:45 +0100 Subject: [PATCH 3/6] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 8cd1a15..fea1b08 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,7 +41,7 @@ jobs: - name: Build RebootS20 working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants=ABOVE_S20 /p:PreprocessorDefinitions=ABOVE_S20 /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:AboveS20=TRUE /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3 From 90d834b286c4386f58446db08ad2e6a4845d0970 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 23:11:34 +0100 Subject: [PATCH 4/6] Update Project Reboot 3.0.vcxproj --- Project Reboot 3.0/Project Reboot 3.0.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project Reboot 3.0/Project Reboot 3.0.vcxproj b/Project Reboot 3.0/Project Reboot 3.0.vcxproj index d346fac..8725bcc 100644 --- a/Project Reboot 3.0/Project Reboot 3.0.vcxproj +++ b/Project Reboot 3.0/Project Reboot 3.0.vcxproj @@ -77,7 +77,7 @@ Level3 true - WIN32;_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);WIN32;_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true NotUsing pch.h @@ -99,7 +99,7 @@ true true true - WIN32;NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);WIN32;NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true NotUsing pch.h @@ -123,7 +123,7 @@ Level3 true - _DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true NotUsing pch.h @@ -145,7 +145,7 @@ true true true - NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true NotUsing pch.h @@ -513,4 +513,4 @@ - \ No newline at end of file + From 9bb3939395a69e56c873eb414514d0d1e73c8a99 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 23:24:00 +0100 Subject: [PATCH 5/6] Update Project Reboot 3.0.vcxproj --- Project Reboot 3.0/Project Reboot 3.0.vcxproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Project Reboot 3.0/Project Reboot 3.0.vcxproj b/Project Reboot 3.0/Project Reboot 3.0.vcxproj index 8725bcc..15ce19d 100644 --- a/Project Reboot 3.0/Project Reboot 3.0.vcxproj +++ b/Project Reboot 3.0/Project Reboot 3.0.vcxproj @@ -77,7 +77,8 @@ Level3 true - ABOVE_S20=$(AboveS20);WIN32;_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) true NotUsing pch.h @@ -99,7 +100,8 @@ true true true - ABOVE_S20=$(AboveS20);WIN32;NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) true NotUsing pch.h @@ -123,7 +125,8 @@ Level3 true - ABOVE_S20=$(AboveS20);_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) true NotUsing pch.h @@ -145,7 +148,8 @@ true true true - ABOVE_S20=$(AboveS20);NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) true NotUsing pch.h From e39f4a6b7a5f29cd5acd40f13d27dc69c3bf2e8c Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 23:35:52 +0100 Subject: [PATCH 6/6] Update Project Reboot 3.0.vcxproj --- Project Reboot 3.0/Project Reboot 3.0.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project Reboot 3.0/Project Reboot 3.0.vcxproj b/Project Reboot 3.0/Project Reboot 3.0.vcxproj index 15ce19d..921d318 100644 --- a/Project Reboot 3.0/Project Reboot 3.0.vcxproj +++ b/Project Reboot 3.0/Project Reboot 3.0.vcxproj @@ -78,7 +78,7 @@ Level3 true WIN32;_DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) + ABOVE_S20;%(PreprocessorDefinitions) true NotUsing pch.h @@ -101,7 +101,7 @@ true true WIN32;NDEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) + ABOVE_S20;%(PreprocessorDefinitions) true NotUsing pch.h @@ -126,7 +126,7 @@ Level3 true _DEBUG;PROJECTREBOOT30_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ABOVE_S20=$(AboveS20);%(PreprocessorDefinitions) + ABOVE_S20;%(PreprocessorDefinitions) true NotUsing pch.h