summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-11 03:07:39 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-11 03:07:39 +0000
commitdee07fd03f3fa747868d4b081676ccf2585b1809 (patch)
tree986e53d74debdaf462814018f96bf0f7b451f771 /windows
parent5a3a113d7821cfe4711cbf81f1c62505b696d8bc (diff)
auch kbdneo_ahk-ergänzung soll direkt herunterladbar sein
git-svn-id: https://svn.neo-layout.org@1646 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/kbdneo2/Treiber/Makefile6
1 files changed, 5 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