Skip to content

Commit 7e2d028

Browse files
committed
add source code for TheFastestMouseClicker_v3, TheFastestMouseClicker_classic
1 parent 19ac2fb commit 7e2d028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+16449
-0
lines changed
287 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
rm -f TheFastestMouseClickerClassic64.exe
4+
/mingw64/bin/windres --input manifest.rc --output manifest.res --output-format=coff
5+
x86_64-w64-mingw32-gcc -mwindows -I../NewInstallerTemplateMSI/ -static -O0 -Wl,--subsystem,windows main-1993.cpp manifest.res -lstdc++ -lgdi32 -o TheFastestMouseClickerClassic64.exe
6+
/mingw64/bin/strip -s TheFastestMouseClickerClassic64.exe

0 commit comments

Comments
 (0)