summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/kbdneo2/Treiber/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/kbdneo2/Treiber/Makefile b/windows/kbdneo2/Treiber/Makefile
index adf5c08..c46f4d9 100644
--- a/windows/kbdneo2/Treiber/Makefile
+++ b/windows/kbdneo2/Treiber/Makefile
@@ -1,5 +1,5 @@
COMMON_FILES=reg_backup.bat reg_backup.bat kbdneo2_install.reg kbdneo2_uninstall.reg
-BUILD_FILES=kbdneo32.zip kbdneo64.zip Ahk2Exe/kbdneo_ahk.exe
+BUILD_FILES=kbdneo32.zip kbdneo64.zip AHK_für_kbdneo2/kbdneo_ahk.exe
all: $(BUILD_FILES)
@@ -9,8 +9,8 @@ kbdneo%.zip: $(COMMON_FILES) %bit_Windows/kbdneo2.dll
cd kbdneo$*; zip -r kbdneo$* *
mv kbdneo$*/kbdneo$*.zip .
-Ahk2Exe/kbdneo_ahk.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
+AHK_für_kbdneo2/kbdneo_ahk.exe: AHK_für_kbdneo2/neo_enabled.ico AHK_für_kbdneo2/kbdneo2.ahk
+ cd AHK_für_kbdneo2; wine "C:\\Programme\\Ahk2Exe\\Ahk2Exe.exe" /in kbdneo2.ahk /out kbdneo_ahk.exe /icon neo_enabled.ico
clean:
rm -rf kbdneo32 kbdneo64