Skip to content

Commit 8d7b177

Browse files
committed
add The Fastest Mouse Clicker for Windows Classic v2.1.6.0-classic without GitHub issue #20
1 parent ebbed0e commit 8d7b177

File tree

7 files changed

+1621
-3
lines changed

7 files changed

+1621
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# The Fastest Mouse Clicker for Windows
22

3-
> Updated: Oct 01 2025. Added multi-lingual chapter [Help How To Use](https://windows-2048.github.io/The-Fastest-Mouse-Clicker-for-Windows/Help-How-To-Use/) to the Official Site,
4-
[Ayuda Cómo Usar, Spanish](https://windows-2048.github.io/es/El-Clicker-de-Raton-Mas-Rapido-para-Windows/Ayuda-Como-Usar/),
5-
[Ajuda Como Usar, Portuguese](https://windows-2048.github.io/pt/O-Mais-Rapido-Mouse-Clicker-para-Windows/Ajuda-Como-Usar/).
3+
> Updated: Oct 27 2025. Added The Fastest Mouse Clicker for Windows Classic v2.1.6.0-classic without GitHub issue #20.
64
75
## [Official Site](https://windows-2048.github.io/The-Fastest-Mouse-Clicker-for-Windows/)
86

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 TheFastestMouseClickerClassic.exe
4+
/mingw32/bin/windres --input manifest.rc --output manifest.res --output-format=coff
5+
/mingw32/bin/gcc -static -O0 -Wl,--subsystem,windows main-1993.cpp manifest.res -lstdc++ -lgdi32 -o TheFastestMouseClickerClassic.exe
6+
/mingw32/bin/strip -s TheFastestMouseClickerClassic.exe

0 commit comments

Comments
 (0)