diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:17:13 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:17:13 +0000 |
| commit | 88701c226e2e13cd9e339eab46e65dced75497b2 (patch) | |
| tree | 312fde3d09171f890b2f7e0a31f56d1d5e825bda /src/win32.rc.cmake | |
| parent | 2d72446860abac08dc4f36b10fde7536f7897956 (diff) | |
More CMake work, adding win32.rc generation and fixing some other problems.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1837 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/win32.rc.cmake')
| -rw-r--r-- | src/win32.rc.cmake | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/src/win32.rc.cmake b/src/win32.rc.cmake new file mode 100644 index 000000000..c428ea2f0 --- /dev/null +++ b/src/win32.rc.cmake @@ -0,0 +1,88 @@ +///Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#define APSTUDIO_HIDDEN_SYMBOLS +#include <windows.h> +#undef APSTUDIO_HIDDEN_SYMBOLS +#include "resource.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +#ifndef _MAC + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VER_ANOPE VERSIONINFO + FILEVERSION @VERSION_COMMA@ + PRODUCTVERSION @VERSION_COMMA@ +#ifndef MINGW + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK +#endif + FILEFLAGS @FILEFLAGS@ + FILEOS VOS_NT + FILETYPE VFT_APP + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "Anope Team" + VALUE "FileDescription", "Anope IRC Services" + VALUE "FileVersion", "@VERSION_FULL@" + VALUE "InternalName", "Anope" + VALUE "LegalCopyright", "Copyright (C) 2003-2008 Anope Team" + VALUE "OriginalFilename", "anope.exe" + VALUE "ProductName", "Anope" + VALUE "ProductVersion", "@VERSION_DOTTED@" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +ICON_APP ICON "@Anope_SOURCE_DIR@/src/anope-icon.ico" +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED |
