Changeset 771 for windows/autohotkey/Build-Update.bat
- Timestamp:
- 08/14/08 04:34:07 (5 years ago)
- Files:
-
- 1 modified
-
windows/autohotkey/Build-Update.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
windows/autohotkey/Build-Update.bat
r746 r771 18 18 echo Creating a new Driver from the Source code 19 19 REM The order *is* important! 20 copy "%scr%\Warning.ahk" + "%scr%\ Changelog-and-Todo.ahk" + "%scr%\Global-Part.ahk" + "%scr%\Methods-Layers.ahk" + "%scr%\Keys-Qwert-to-Neo.ahk" + "%scr%\Keys-Neo.ahk" + "%scr%\Methods-Lights.ahk" + "%scr%\Methods-Other.ahk" + "%scr%\Methods-Unicode.ahk" + "%scr%\Methods-ScreenKeyboard.ahk" "%svn%\%fn%.ahk"20 copy "%scr%\Warning.ahk" + "%scr%\Global-Part.ahk" + "%scr%\Methods-Layers.ahk" + "%scr%\Keys-Qwert-to-Neo.ahk" + "%scr%\Keys-Neo.ahk" + "%scr%\Methods-Lights.ahk" + "%scr%\Methods-Other.ahk" + "%scr%\Methods-Unicode.ahk" + "%scr%\Methods-ScreenKeyboard.ahk" "%svn%\%fn%.ahk" 21 21 REM if exist "%svn%\Compose\Compose-all-in-one.ahk" copy "%svn%\%fn%.ahk" + "%svn%\Compose\Compose-all-in-one.ahk" "%svn%\%fn%.ahk" 22 22
