Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
g.ph committed May 9, 2022
1 parent 8a17129 commit 1ac7b87
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 54,479 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/cmake-build-release
/devkit/windows/frida-core.lib
/devkit/linux/libfrida-core.a
/devkit/windows/frida-core.h
/__pycache__
Expand Down
Binary file removed __pycache__/frida_ver.cpython-39.pyc
Binary file not shown.
3 changes: 1 addition & 2 deletions build_windows.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
git pull
python pre_windows.py
mkdir build_windows
cd build_windows
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvars64.bat"
cmake.exe -DCMAKE_BUILD_TYPE=Release -DCMAKE_DEPENDS_USE_COMPILER=FALSE -G "CodeBlocks - NMake Makefiles" ..
cd build_windows
nmake
Loading

0 comments on commit 1ac7b87

Please sign in to comment.