Changeset 811

Show
Ignore:
Timestamp:
08/27/08 16:39:36 (5 years ago)
Author:
dennis
Message:

Warning.ahk wieden ins Build-Skript aufgenommen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • windows/autohotkey/Build-Update.bat

    r776 r811  
    88echo Creating a new Driver from the Source code 
    99REM 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" 
     10copy "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" 
    1111REM if exist "..\Compose\Compose-all-in-one.ahk" copy "..\%fn%.ahk" + "..\Compose\Compose-all-in-one.ahk" "..\%fn%.ahk" 
    1212