mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-06-05 21:49:20 +02:00
Windows specific updates. Adding icons
This commit is contained in:
BIN
bygfoot.ico
Normal file
BIN
bygfoot.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
23
bygfoot_private.h
Normal file
23
bygfoot_private.h
Normal file
@@ -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*/
|
37
bygfoot_private.rc
Normal file
37
bygfoot_private.rc
Normal file
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user