Skip to content

Commit

Permalink
fix upx
Browse files Browse the repository at this point in the history
  • Loading branch information
omicronrex committed Aug 15, 2023
1 parent c9277c9 commit d32a89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
del build\src\release\gm82net.dll

cmake -B build -T v141_xp -A Win32 -DINSTALL_GEX=ON && cmake --build build --config Release

pause
2 changes: 2 additions & 0 deletions build64.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
del build\src\release\gm82core.dll

cmake -B build -A Win32 -DNO_GEX=ON && cmake --build build --config Release
copy build\src\Release\gm82net.dll .
pause

0 comments on commit d32a89b

Please sign in to comment.