From dee07fd03f3fa747868d4b081676ccf2585b1809 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 11 Feb 2009 03:07:39 +0000 Subject: =?UTF-8?q?auch=20kbdneo=5Fahk-erg=C3=A4nzung=20soll=20direkt=20he?= =?UTF-8?q?runterladbar=20sein?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1646 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/kbdneo2/Treiber/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'windows') 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 -- cgit v1.2.3