autoit-scripts – Diff between revs 5 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 6
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.10 9 #AutoIt3Wrapper_Res_Fileversion=1.0.0.11
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 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.10" 54 Global Const $VERSION = "1.0.0.11"
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