summaryrefslogtreecommitdiff
path: root/win32/libhangul.rc
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2023-02-26 22:05:19 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2023-02-26 22:05:19 +0900
commite4a8d910a3133f653f326990925a0ba9155214f5 (patch)
tree7a3331263497b2b46d39d4910d35377b5fc90b6d /win32/libhangul.rc
parenta3d8eb6167cb92fe9d192402bb9b8dbe20ff7e26 (diff)
parentc33ba4ca3de49f636a173f2f73f33633a26b4ce6 (diff)
downloadlibhangul-e4a8d910a3133f653f326990925a0ba9155214f5.tar.gz
Merge branch 'win32' of https://github.com/wkpark/libhangul into win32
Win32 환경 지원 https://github.com/libhangul/libhangul/pull/72 * 'win32' of https://github.com/wkpark/libhangul: do not define the default hanja dictionary for win32 case. win32: support DynamicLibrary add win32 vcxproj file WIN32 build fixes
Diffstat (limited to 'win32/libhangul.rc')
-rw-r--r--win32/libhangul.rc46
1 files changed, 46 insertions, 0 deletions
diff --git a/win32/libhangul.rc b/win32/libhangul.rc
new file mode 100644
index 0000000..5116efc
--- /dev/null
+++ b/win32/libhangul.rc
@@ -0,0 +1,46 @@
+
+#undef APSTUDIO_READONLY_SYMBOLS
+#include <winver.h>
+#include "../hangul/hangul.h"
+#undef APSTUDIO_READONLY_SYMBOLS
+
+// English resources
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,0,0,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0xbL
+#else
+ FILEFLAGS 0xaL
+#endif
+ FILEOS 0x4L
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0xbL
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "Comments", "libhangul hangul library https://github.com/libhangul/libhangul\0"
+ VALUE "CompanyName", "libhangul\0"
+ VALUE "FileDescription", "Libhangul v1.0.0\0"
+ VALUE "FileVersion", "1.0\0"
+ VALUE "InternalName", "Libhangul\0"
+ VALUE "LegalCopyright", "Copyright (C) 2004-2022 Choe Hwanjin\0"
+ VALUE "LegalTrademarks", "\0"
+ VALUE "OriginalFilename", "LIBHANGUL.DLL\0"
+ VALUE "ProductName", "Libhangul\0"
+ VALUE "ProductVersion", "1.0.0.0\0"
+ END
+ END
+
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+END
+
+#endif // English resources