[Ttssh2-commit] [7571] ttpcmnで使用していないリソース関連のファイルを削除した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 4月 12日 (金) 01:19:28 JST


Revision: 7571
          https://osdn.net/projects/ttssh2/scm/svn/commits/7571
Author:   zmatsuo
Date:     2019-04-12 01:19:28 +0900 (Fri, 12 Apr 2019)
Log Message:
-----------
ttpcmnで使用していないリソース関連のファイルを削除した
バージョンリソースは使用している(tpcmn-version.rc)
削除ファイル cmn_res.h, ttpcmn.rc

Modified Paths:
--------------
    trunk/teraterm/ttpcmn/ttpcmn-version.rc

Removed Paths:
-------------
    trunk/teraterm/ttpcmn/cmn_res.h
    trunk/teraterm/ttpcmn/ttpcmn.rc

-------------- next part --------------
Deleted: trunk/teraterm/ttpcmn/cmn_res.h
===================================================================
--- trunk/teraterm/ttpcmn/cmn_res.h	2019-04-11 10:48:09 UTC (rev 7570)
+++ trunk/teraterm/ttpcmn/cmn_res.h	2019-04-11 16:19:28 UTC (rev 7571)
@@ -1,14 +0,0 @@
-//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by ttpcmn.rc
-
-// \x90V\x82\xB5\x82\xA2\x83I\x83u\x83W\x83F\x83N\x83g\x82̎\x9F\x82̊\xF9\x92\xE8\x92l
-// 
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE        101
-#define _APS_NEXT_COMMAND_VALUE         40001
-#define _APS_NEXT_CONTROL_VALUE         1001
-#define _APS_NEXT_SYMED_VALUE           101
-#endif
-#endif

Modified: trunk/teraterm/ttpcmn/ttpcmn-version.rc
===================================================================
--- trunk/teraterm/ttpcmn/ttpcmn-version.rc	2019-04-11 10:48:09 UTC (rev 7570)
+++ trunk/teraterm/ttpcmn/ttpcmn-version.rc	2019-04-11 16:19:28 UTC (rev 7571)
@@ -3,8 +3,12 @@
 // Version
 //
 
+#include <winresrc.h>
+
 #include "tt-version.h"
 
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION TT_VERSION_MAJOR,TT_VERSION_MINOR,0,0
  PRODUCTVERSION TT_VERSION_MAJOR,TT_VERSION_MINOR,0,0

Deleted: trunk/teraterm/ttpcmn/ttpcmn.rc
===================================================================
--- trunk/teraterm/ttpcmn/ttpcmn.rc	2019-04-11 10:48:09 UTC (rev 7570)
+++ trunk/teraterm/ttpcmn/ttpcmn.rc	2019-04-11 16:19:28 UTC (rev 7571)
@@ -1,65 +0,0 @@
-// Microsoft Visual C++ generated resource script.
-//
-#include "cmn_res.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// \x93\xFA\x96{\x8C\xEA resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
-#ifdef _WIN32
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-#pragma code_page(932)
-#endif //_WIN32
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE 
-BEGIN
-    "cmn_res.h\0"
-END
-
-2 TEXTINCLUDE 
-BEGIN
-    "#include ""afxres.h""\r\n"
-    "\0"
-END
-
-3 TEXTINCLUDE 
-BEGIN
-    "#include ""ttpcmn-version.rc""\r\n"
-    "\0"
-END
-
-#endif    // APSTUDIO_INVOKED
-
-
-
-#endif    // \x93\xFA\x96{\x8C\xEA resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-#include "ttpcmn-version.rc"
-
-/////////////////////////////////////////////////////////////////////////////
-#endif    // not APSTUDIO_INVOKED
-


Ttssh2-commit メーリングリストの案内
Back to archive index