autoit-scripts – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 4... Line 4...
4 #AutoIt3Wrapper_Outfile=Release\x86\AutoRun.exe 4 #AutoIt3Wrapper_Outfile=Release\x86\AutoRun.exe
5 #AutoIt3Wrapper_Outfile_x64=Release\x64\AutoRun_x64.exe 5 #AutoIt3Wrapper_Outfile_x64=Release\x64\AutoRun_x64.exe
6 #AutoIt3Wrapper_Compression=0 6 #AutoIt3Wrapper_Compression=0
7 #AutoIt3Wrapper_Res_Comment=Hold shift key down in order to simulate autorun for games that do not have an autorun feature. 7 #AutoIt3Wrapper_Res_Comment=Hold shift key down in order to simulate autorun for games that do not have an autorun feature.
8 #AutoIt3Wrapper_Res_Description=Hold shift key down in order to simulate autorun for games that do not have an autorun feature. 8 #AutoIt3Wrapper_Res_Description=Hold shift key down in order to simulate autorun for games that do not have an autorun feature.
9 #AutoIt3Wrapper_Res_Fileversion=1.0.0.8 9 #AutoIt3Wrapper_Res_Fileversion=1.0.0.9
10 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y 10 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
11 #AutoIt3Wrapper_Res_Fileversion_First_Increment=y 11 #AutoIt3Wrapper_Res_Fileversion_First_Increment=y
12 #AutoIt3Wrapper_Res_ProductName=AutoRun 12 #AutoIt3Wrapper_Res_ProductName=AutoRun
13 #AutoIt3Wrapper_Res_ProductVersion=1.0 13 #AutoIt3Wrapper_Res_ProductVersion=1.0
14 #AutoIt3Wrapper_Res_CompanyName=Wizardry and Steamworks 14 #AutoIt3Wrapper_Res_CompanyName=Wizardry and Steamworks
Line 19... Line 19...
19 #AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer% 19 #AutoIt3Wrapper_Res_Field=AutoIt Version|%AutoItVer%
20 #AutoIt3Wrapper_Res_Field=Compile Date|%date% %time% 20 #AutoIt3Wrapper_Res_Field=Compile Date|%date% %time%
21 #AutoIt3Wrapper_AU3Check_Stop_OnWarning=y 21 #AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
22 #AutoIt3Wrapper_AU3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 22 #AutoIt3Wrapper_AU3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
23 #AutoIt3Wrapper_Run_After=for %I in ("%in%" "directives.au3") do copy %I "C:\Program Files (x86)\autoit3\SciTE\AutoIt3Wrapper" 23 #AutoIt3Wrapper_Run_After=for %I in ("%in%" "directives.au3") do copy %I "C:\Program Files (x86)\autoit3\SciTE\AutoIt3Wrapper"
24 #AutoIt3Wrapper_Run_After="C:\Program Files\7-Zip\7z.exe" a -sfx AutoRun.exe Release/x86/AutoRun.exe 24 #AutoIt3Wrapper_Run_After="C:\Program Files\7-Zip\7z.exe" a -sfx %scriptdir%\Deploy\AutoRun.exe %out
25 #AutoIt3Wrapper_Run_Tidy=y 25 #AutoIt3Wrapper_Run_Tidy=y
26 #Tidy_Parameters=/sort_funcs /reel 26 #Tidy_Parameters=/sort_funcs /reel
27 #AutoIt3Wrapper_Run_Au3Stripper=y 27 #AutoIt3Wrapper_Run_Au3Stripper=y
28 #Au3Stripper_Parameters=/debug 28 #Au3Stripper_Parameters=/debug
29 #AutoIt3Wrapper_Versioning=v 29 #AutoIt3Wrapper_Versioning=v
Line 49... Line 49...
49 ; THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 49 ; THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
50 ; OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 50 ; OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
51 ; ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 51 ; ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
52 ; OTHER DEALINGS IN THE SOFTWARE. 52 ; OTHER DEALINGS IN THE SOFTWARE.
Line 53... Line 53...
53   53  
54 Global Const $VERSION = "1.0.0.8" 54 Global Const $VERSION = "1.0.0.9"
55 #AutoIt3Wrapper_Testing=n 55 #AutoIt3Wrapper_Testing=n
56 #pragma compile(AutoItExecuteAllowed, true) 56 #pragma compile(AutoItExecuteAllowed, true)
Line 57... Line 57...
57 #AutoIt3Wrapper_ShowProgress=n 57 #AutoIt3Wrapper_ShowProgress=n