QuickWho

Check-in [ab476807e5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updates for Windows
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ab476807e53b1bec0d98e1dac64970fe70bda131
User & Date: kevin 2018-02-24 23:16:45
Context
2018-03-02
04:37
Cleanup for Mac NSServices check-in: bc7443adb5 user: kevin tags: trunk
2018-02-24
23:16
Updates for Windows check-in: ab476807e5 user: kevin tags: trunk
22:28
Update to remove files check-in: a54f5fbc36 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to buildexe.bat.

1
gcc  icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -o QuickWho.exe
|
1
gcc  icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -mwindows -o QuickWho.exe

Changes to makeinstaller.bat.

1
2
3
4
5
6
7
8
9
10
call 7za a quickwho.zip .\dist\*

iexpress /n quickwho.sed

set VERSION="6.1.0.0 (%date%)"
set FILEDESCR=/s desc "Installer for QuickWho"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017"
set PRODINFO=/s product "QuickWho" /pv "6.2.0.0"

"C:\Users\kevin\Desktop\verpatch.exe" /va QuickWho_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% 




|

|
|


1
2
3
4
5
6
7
8
9
10
call 7za a quickwho.zip .\dist\*

iexpress /n quickwho.sed

set VERSION="6.3.0.0 (%date%)"
set FILEDESCR=/s desc "Installer for QuickWho"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2018"
set PRODINFO=/s product "QuickWho" /pv "6.3.0.0"

"C:\Users\kevin\Desktop\verpatch.exe" /va QuickWho_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% 

Changes to mit.txt.

1
2
3
4
5
6
7
8
9
The MIT License (MIT)

Copyright (c) 2017 WordTech Communications LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.


|






1
2
3
4
5
6
7
8
9
The MIT License (MIT)

Copyright (c) 2018 WordTech Communications LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.

Changes to versioninfo.rc.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1 VERSIONINFO
FILEVERSION 6, 2, 0, 0
PRODUCTVERSION 6, 2, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Internet domain information, with style"
            VALUE "OriginalFilename", "QuickWho"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "6.2.0"
            VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLC"
            VALUE "ProductName", "QuickWho"
            VALUE "ProductVersion", "6.2.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}

|
|








|
|

|






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1 VERSIONINFO
FILEVERSION 6, 3, 0, 0
PRODUCTVERSION 6, 3, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Internet domain information, with style"
            VALUE "OriginalFilename", "QuickWho"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "6.3.0"
            VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLC"
            VALUE "ProductName", "QuickWho"
            VALUE "ProductVersion", "6.3.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}