summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-27 14:39:36 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-27 14:39:36 +0000
commitaff07a4e818b3444151770f7c9ef6b190c7dffd0 (patch)
treeeb656d53d7a724a1548a81dca4a7fb9d67f9b8b8 /windows
parent10462b21c85e43ad2129bc2005068fe1fa763b51 (diff)
downloadneo-layout-aff07a4e818b3444151770f7c9ef6b190c7dffd0.tar.gz
neo-layout-aff07a4e818b3444151770f7c9ef6b190c7dffd0.tar.bz2
neo-layout-aff07a4e818b3444151770f7c9ef6b190c7dffd0.zip
Warning.ahk wieden ins Build-Skript aufgenommen.
git-svn-id: https://svn.neo-layout.org@811 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/autohotkey/Build-Update.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/Build-Update.bat b/windows/autohotkey/Build-Update.bat
index deae939..64106fc 100644
--- a/windows/autohotkey/Build-Update.bat
+++ b/windows/autohotkey/Build-Update.bat
@@ -7,7 +7,7 @@ REM tskill neo20-all-in-one
echo Creating a new Driver from the Source code
REM The order *is* important!
-copy "Global-Part.ahk" + "Methods-Layers.ahk" + "Keys-Qwert-to-Neo.ahk" + "Keys-Neo.ahk" + "Methods-Lights.ahk" + "Methods-Other.ahk" + "Methods-Unicode.ahk" + "Methods-ScreenKeyboard.ahk" "..\%fn%.ahk"
+copy "Warning.ahk" + "Global-Part.ahk" + "Methods-Layers.ahk" + "Keys-Qwert-to-Neo.ahk" + "Keys-Neo.ahk" + "Methods-Lights.ahk" + "Methods-Other.ahk" + "Methods-Unicode.ahk" + "Methods-ScreenKeyboard.ahk" "..\%fn%.ahk"
REM if exist "..\Compose\Compose-all-in-one.ahk" copy "..\%fn%.ahk" + "..\Compose\Compose-all-in-one.ahk" "..\%fn%.ahk"
echo Compiling the new Driver using AutoHotkey...