auch kbdneo_ahk-ergänzung soll direkt herunterladbar sein

This commit is contained in:
erik 2009-02-11 03:07:39 +00:00
parent aa2f27a954
commit 2f85ad83aa
2 changed files with 6 additions and 1 deletions

View File

@ -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

1
www/kbdneo_ahk.exe Symbolic link
View File

@ -0,0 +1 @@
../windows/kbdneo2/Treiber/AHK_für_kbdneo2/kbdneo_ahk.exe