' This INI sets the Defaults for AutoIt3Wrapper which can be overridden by the Compiler Directives ' Use 1 for Yes and 0 for No on options like Allow_Decompile,UseUPX and UseAnsi ' See documentation for an explanation on purpose of the fields and their values ' AutoIt section for aut2exe and AutoIt3 [Autoit] aut2exe= Icon= OutfileType= Compression= PassPhrase= Allow_Decompile= UseUpx= UseAnsi= ' Resource update section [Res] Language= Comment= Description= Fileversion= LegalCopyright= Field1Name= Field1Value= Field2Name= Field2Value= [Other] Run_AU3Check= AU3Check_Stop_OnWarning= AU3Check_Parameter= Run_Before= Run_After= # These sections below will be created automatically first time you use versioning via directives. [Versioning] Debug=1 Prompt_Comments=y Versioning=SVN DiffPGM=C:\Program Files (x86)\WinMerge\WinMergeU.exe DiffPGMOptions=/wr [SVN] VersionPGM=C:\Program Files\TortoiseSVN\bin\svn.exe #Check Directory Command CommandChkVersioning=info "%sourcedir%" CommandChkVersioning_ok_txt=Working Copy Root Path: CommandChkVersioning_ok_rc= # Retrieve Source Command CommandGetLastVersion=cat "%sourcefile%" CommandGetLastVersion_ok_txt= CommandGetLastVersion_ok_rc=0 # Check File status command CommandStatusSource=status "%sourcefile%" -u CommandStatusSource_ADD_txt=\?\s*?%sourcefile% CommandStatusSource_OK_txt=[MA\?][\s\d-]*?%sourcefile% # retrieve last x logentries CommandLogSource=log "%sourcefile%" -l 5 # Add command CommandAddSource=add "%sourcefile%" CommandAddSource_ok_txt=A\s*?%sourcefileonly% CommandAddSource_ok_rc= # Commit command CommandCommitSource=commit "%sourcefile%" --message "%commitcomment%" CommandCommitSource_ok_txt= CommandCommitSource_ok_rc=0 CommandCommitSource_new_revision=(?i)(?s)committed revision\s*([0-9]*)