summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--windows/kbdneo2/Treiber/Makefile6
l---------www/kbdneo_ahk.exe1
2 files changed, 6 insertions, 1 deletions
diff --git a/windows/kbdneo2/Treiber/Makefile b/windows/kbdneo2/Treiber/Makefile
index 0ac3c18..525d14c 100644
--- a/windows/kbdneo2/Treiber/Makefile
+++ b/windows/kbdneo2/Treiber/Makefile
@@ -1,4 +1,4 @@
-all: kbdneo32 kbdneo64
+all: kbdneo32 kbdneo64 kbdneo_ahk
kbdneo32: reg_backup.bat kbdneo2_install.reg kbdneo2_uninstall.reg 32bit_Windows/kbdneo2.dll
mkdir -p kbdneo32
@@ -12,8 +12,12 @@ kbdneo64: reg_backup.bat kbdneo2_install.reg kbdneo2_uninstall.reg 64bit_Windows
cd kbdneo64; zip -r kbdneo64 *
mv kbdneo64/kbdneo64.zip .
+kbdneo_ahk: /home/erik/Ahk2Exe/Ahk2Exe.exe /home/erik/Ahk2Exe/AutoHotkeySC.bin /home/erik/Ahk2Exe/upx.exe AHK_für_kbdneo2/neo_enabled.ico AHK_für_kbdneo2/kbdneo2.ahk
+ cd AHK_für_kbdneo2; wine /home/erik/Ahk2Exe/Ahk2Exe.exe /in kbdneo2.ahk /out kbdneo_ahk.exe /icon neo_enabled.ico
+
clean:
rm -rf kbdneo32 kbdneo64
rm -f kbdneo32.zip kbdneo64.zip
+ rm -f AHK_für_kbdneo2/kbdneo_ahk.exe
.PHONY: all clean
diff --git a/www/kbdneo_ahk.exe b/www/kbdneo_ahk.exe
new file mode 120000
index 0000000..c2fcc21
--- /dev/null
+++ b/www/kbdneo_ahk.exe
@@ -0,0 +1 @@
+../windows/kbdneo2/Treiber/AHK_für_kbdneo2/kbdneo_ahk.exe \ No newline at end of file