mirror of https://github.com/tstellar/bygfoot.git
Windows specific updates. Adding icons
This commit is contained in:
parent
d3206e61bf
commit
94f5028efb
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
|
@ -0,0 +1,23 @@
|
|||
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
|
||||
/* DO NOT EDIT ! */
|
||||
|
||||
#ifndef BYGFOOT_PRIVATE_H
|
||||
#define BYGFOOT_PRIVATE_H
|
||||
|
||||
/* VERSION DEFINITIONS */
|
||||
#define VER_STRING "0.1.1.1"
|
||||
#define VER_MAJOR 0
|
||||
#define VER_MINOR 1
|
||||
#define VER_RELEASE 1
|
||||
#define VER_BUILD 1
|
||||
#define COMPANY_NAME ""
|
||||
#define FILE_VERSION ""
|
||||
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE"
|
||||
#define INTERNAL_NAME ""
|
||||
#define LEGAL_COPYRIGHT ""
|
||||
#define LEGAL_TRADEMARKS ""
|
||||
#define ORIGINAL_FILENAME ""
|
||||
#define PRODUCT_NAME ""
|
||||
#define PRODUCT_VERSION ""
|
||||
|
||||
#endif /*BYGFOOT_PRIVATE_H*/
|
|
@ -0,0 +1,37 @@
|
|||
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
|
||||
/* DO NOT EDIT! */
|
||||
|
||||
#include <windows.h> // include for version info constants
|
||||
|
||||
|
||||
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "bygfoot.ico"
|
||||
|
||||
//
|
||||
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
|
||||
//
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,1,1,1
|
||||
PRODUCTVERSION 0,1,1,1
|
||||
FILETYPE VFT_APP
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "041C04E4"
|
||||
{
|
||||
VALUE "CompanyName", ""
|
||||
VALUE "FileVersion", ""
|
||||
VALUE "FileDescription", "Developed using the Dev-C++ IDE"
|
||||
VALUE "InternalName", ""
|
||||
VALUE "LegalCopyright", ""
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFilename", ""
|
||||
VALUE "ProductName", ""
|
||||
VALUE "ProductVersion", ""
|
||||
}
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x041C, 1252
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue