We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4ff40 commit b2c7145Copy full SHA for b2c7145
premake5.lua
@@ -5,8 +5,8 @@ workspace "MTADiag"
5
startproject "MTADiag"
6
7
toolset "v141_xp" -- Enable XP support
8
- flags { "StaticRuntime" }
9
vectorextensions "SSE"
+ staticruntime "On"
10
11
filter "configurations:Debug"
12
targetsuffix "_d"
tools/premake5.exe
365 KB
win-create-projects.bat
@@ -1,6 +1,6 @@
1
@echo off
2
3
rem Generate solutions
4
-tools\premake5.exe vs2017
+tools\premake5.exe vs2022
pause
0 commit comments