forked from GPSBabel/gpsbabel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prep for release 1.7.0. * update reference files for release. * use windows resource compiler scripts for CLI and GUI. These rc scripts are used to set the icon the OS sees and to supply version information that is shown by windows explorer. * correct file permissions. * update rc copyright
- Loading branch information
Showing
32 changed files
with
4,078 additions
and
3,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
IDI_ICON1 ICON DISCARDABLE "images/appicon.ico" | ||
#include <winver.h> | ||
#include "../gbversion.h" | ||
|
||
IDI_ICON1 ICON "images/appicon.ico" | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION VER_FILE | ||
PRODUCTVERSION VER_PRODUCT | ||
FILEFLAGSMASK 0x3fL | ||
#ifdef _DEBUG | ||
FILEFLAGS VS_FF_DEBUG | ||
#else | ||
FILEFLAGS 0x0L | ||
#endif | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_APP | ||
FILESUBTYPE 0x0L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904b0" | ||
BEGIN | ||
VALUE "CompanyName", "GPSBabel Team" | ||
VALUE "FileDescription", "GPS format converter" | ||
VALUE "FileVersion", VER_FILE_STR | ||
VALUE "InternalName", "GPSBabelFE.exe" | ||
VALUE "LegalCopyright", L"\x00a9 2002-2020 Robert Lipe" | ||
VALUE "OriginalFilename", "GPSBabelFE.exe" | ||
VALUE "ProductName", "GPSBabel" | ||
VALUE "ProductVersion", VER_PRODUCT_STR | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END | ||
/* End of Version info */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.