diff options
Diffstat (limited to 'src/bindings/scripts/trinityscripts.rc')
-rw-r--r-- | src/bindings/scripts/trinityscripts.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bindings/scripts/trinityscripts.rc b/src/bindings/scripts/trinityscripts.rc index 0dfb6f08ec6..ae93c329eb6 100644 --- a/src/bindings/scripts/trinityscripts.rc +++ b/src/bindings/scripts/trinityscripts.rc @@ -15,34 +15,43 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "../../trinitycore/resource.h" #include "../../shared/revision.h" + #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "windows.h" //"afxres.h" + ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS + ///////////////////////////////////////////////////////////////////////////// // // Icon // + // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. //IDI_APPICON ICON "TrinityRealm.ico" + ///////////////////////////////////////////////////////////////////////////// // Neutre (Par défaut système) resources + #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUSD) #ifdef _WIN32 LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT #pragma code_page(1252) #endif //_WIN32 + ///////////////////////////////////////////////////////////////////////////// // // Version // + VS_VERSION_INFO VERSIONINFO FILEVERSION FILEVER PRODUCTVERSION PRODUCTVER |