Changeset 811
- Timestamp:
- 08/27/08 16:39:36 (5 years ago)
- Files:
-
- 1 modified
-
windows/autohotkey/Build-Update.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
windows/autohotkey/Build-Update.bat
r776 r811 8 8 echo Creating a new Driver from the Source code 9 9 REM The order *is* important! 10 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"10 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" 11 11 REM if exist "..\Compose\Compose-all-in-one.ahk" copy "..\%fn%.ahk" + "..\Compose\Compose-all-in-one.ahk" "..\%fn%.ahk" 12 12
