Skip to content

Commit

Permalink
Merge branch 'embedded-code-form'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Aug 30, 2023
2 parents 69635de + fbfd426 commit e4b49e1
Show file tree
Hide file tree
Showing 5 changed files with 644 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/.idea/*
*.iml
*.iml
*.dll
6 changes: 6 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
del gm82save.dll

cargo build --release
upx --lzma target\i686-pc-windows-msvc\release\gm82save.dll -o gm82save.dll

pause
Loading

0 comments on commit e4b49e1

Please sign in to comment.