Skip to content

Commit

Permalink
Add VS2022 definition to project creation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent a4fdd7f commit 9c43d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mp/src/createallprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln /define:VS2022
2 changes: 1 addition & 1 deletion mp/src/creategameprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln /define:VS2022

0 comments on commit 9c43d2b

Please sign in to comment.