Skip to content
Snippets Groups Projects
Commit 8e1a9aec authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Suppress the XP deprecation warning, as suggested by Yigael

parent 8187ea67
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6379 failed
......@@ -2,5 +2,5 @@
setlocal
rem *** Requires Microsoft Visual C++ 2022 ***
call "%VS170COMNTOOLS%\VsMSBuildCmd.bat"
msbuild sbbs3.sln /p:Platform="Win32" %*
msbuild sbbs3.sln /p:Platform="Win32" /p:XPDeprecationWarning=false %*
if errorlevel 1 echo. & echo !ERROR(s) occurred & exit /b 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment