Skip to content

Commit

Permalink
Merge pull request #107 from T-rvw/upgrade_premake_to_use_vs2022
Browse files Browse the repository at this point in the history
Upgrade premake v5.0.0-beta1 to use vs2022
  • Loading branch information
jpcy committed Jul 25, 2022
2 parents 16ace52 + 85f3b6f commit f700c77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
os:
- Visual Studio 2019
- Visual Studio 2022

environment:
matrix:
- ACTION: vs2015
- ACTION: vs2017
- ACTION: vs2019
- ACTION: vs2022

platform:
- Win32
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Integration into an existing build is simple, only `xatlas.cpp` and `xatlas.h` a

#### Windows

Run `build\premake.bat`. Open `build\vs2019\xatlas.sln`.
Run `bin\premake.bat`. Open `build\vs2019\xatlas.sln`.

Note: change the build configuration to "Release". The default - "Debug" - severely degrades performance.

Expand Down
1 change: 1 addition & 0 deletions bin/premake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ premake5.exe --file=../premake5.lua --cc=clang gmake
premake5.exe --file=../premake5.lua vs2015
premake5.exe --file=../premake5.lua vs2017
premake5.exe --file=../premake5.lua vs2019
premake5.exe --file=../premake5.lua vs2022
pause
Binary file modified bin/premake5.exe
Binary file not shown.

0 comments on commit f700c77

Please sign in to comment.