Skip to content

Commit b2c7145

Browse files
committed
Generate VS2022 project files
1 parent 3b4ff40 commit b2c7145

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ workspace "MTADiag"
55
startproject "MTADiag"
66

77
toolset "v141_xp" -- Enable XP support
8-
flags { "StaticRuntime" }
98
vectorextensions "SSE"
9+
staticruntime "On"
1010

1111
filter "configurations:Debug"
1212
targetsuffix "_d"

tools/premake5.exe

365 KB
Binary file not shown.

win-create-projects.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

33
rem Generate solutions
4-
tools\premake5.exe vs2017
4+
tools\premake5.exe vs2022
55

66
pause

0 commit comments

Comments
 (0)