├── 修正内容.txt ├── JL ├── JL_標準.txt ├── JL_ATX.txt ├── JL_MBS.txt ├── JL_NHK.txt ├── JL_従来標準.txt ├── JL_フラグ指定.txt ├── JL_構成30分単位.txt ├── JLコマンド説明_全般.txt ├── JL_ATX(ファイル分割).txt ├── JLコマンド説明_補助解説.txt ├── JL_構成30分単位(ファイル分割).txt └── JLコマンド説明_Autocutメモ.txt ├── readme.txt └── src ├── stdafx.h ├── JlsIF.cpp ├── JlsIF.hpp ├── JlsTop.cpp ├── resource.h ├── stdafx.cpp ├── CommonJls.hpp ├── JlsCmdSet.cpp ├── JlsCmdSet.hpp ├── JlsScript.cpp ├── JlsScript.hpp ├── targetver.h ├── ソースファイル構成.txt ├── CnvStrTime.cpp ├── CnvStrTime.hpp ├── JlsDataset.cpp ├── JlsDataset.hpp ├── JlsAutoReform.cpp ├── JlsAutoReform.hpp ├── JlsAutoScript.cpp ├── JlsAutoScript.hpp ├── JlsNameSpace.hpp ├── JlsReformData.cpp ├── JlsReformData.hpp ├── join_logo_scp.rc ├── compile.cmd ├── ReadMe.txt ├── join_logo_scp.sln ├── join_logo_scp.vcxproj.filters └── join_logo_scp.vcxproj /修正内容.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/修正内容.txt -------------------------------------------------------------------------------- /JL/JL_標準.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_標準.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/readme.txt -------------------------------------------------------------------------------- /src/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/stdafx.h -------------------------------------------------------------------------------- /JL/JL_ATX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_ATX.txt -------------------------------------------------------------------------------- /JL/JL_MBS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_MBS.txt -------------------------------------------------------------------------------- /JL/JL_NHK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_NHK.txt -------------------------------------------------------------------------------- /JL/JL_従来標準.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_従来標準.txt -------------------------------------------------------------------------------- /src/JlsIF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsIF.cpp -------------------------------------------------------------------------------- /src/JlsIF.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsIF.hpp -------------------------------------------------------------------------------- /src/JlsTop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsTop.cpp -------------------------------------------------------------------------------- /src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/resource.h -------------------------------------------------------------------------------- /src/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/stdafx.cpp -------------------------------------------------------------------------------- /JL/JL_フラグ指定.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_フラグ指定.txt -------------------------------------------------------------------------------- /JL/JL_構成30分単位.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_構成30分単位.txt -------------------------------------------------------------------------------- /src/CommonJls.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/CommonJls.hpp -------------------------------------------------------------------------------- /src/JlsCmdSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsCmdSet.cpp -------------------------------------------------------------------------------- /src/JlsCmdSet.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsCmdSet.hpp -------------------------------------------------------------------------------- /src/JlsScript.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsScript.cpp -------------------------------------------------------------------------------- /src/JlsScript.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsScript.hpp -------------------------------------------------------------------------------- /src/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/targetver.h -------------------------------------------------------------------------------- /src/ソースファイル構成.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/ソースファイル構成.txt -------------------------------------------------------------------------------- /JL/JLコマンド説明_全般.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JLコマンド説明_全般.txt -------------------------------------------------------------------------------- /src/CnvStrTime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/CnvStrTime.cpp -------------------------------------------------------------------------------- /src/CnvStrTime.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/CnvStrTime.hpp -------------------------------------------------------------------------------- /src/JlsDataset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsDataset.cpp -------------------------------------------------------------------------------- /src/JlsDataset.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsDataset.hpp -------------------------------------------------------------------------------- /JL/JL_ATX(ファイル分割).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_ATX(ファイル分割).txt -------------------------------------------------------------------------------- /JL/JLコマンド説明_補助解説.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JLコマンド説明_補助解説.txt -------------------------------------------------------------------------------- /src/JlsAutoReform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsAutoReform.cpp -------------------------------------------------------------------------------- /src/JlsAutoReform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsAutoReform.hpp -------------------------------------------------------------------------------- /src/JlsAutoScript.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsAutoScript.cpp -------------------------------------------------------------------------------- /src/JlsAutoScript.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsAutoScript.hpp -------------------------------------------------------------------------------- /src/JlsNameSpace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsNameSpace.hpp -------------------------------------------------------------------------------- /src/JlsReformData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsReformData.cpp -------------------------------------------------------------------------------- /src/JlsReformData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/JlsReformData.hpp -------------------------------------------------------------------------------- /src/join_logo_scp.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/src/join_logo_scp.rc -------------------------------------------------------------------------------- /JL/JL_構成30分単位(ファイル分割).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JL_構成30分単位(ファイル分割).txt -------------------------------------------------------------------------------- /JL/JLコマンド説明_Autocutメモ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nekopanda/join_logo_scp/HEAD/JL/JLコマンド説明_Autocutメモ.txt -------------------------------------------------------------------------------- /src/compile.cmd: -------------------------------------------------------------------------------- 1 | g++ JlsTop.cpp JlsIF.cpp JlsScript.cpp JlsAutoScript.cpp JlsDataset.cpp JlsCmdSet.cpp JlsReformData.cpp JlsAutoReform.cpp CnvStrTime.cpp -o join_logo_scp.exe -Wall -std=gnu++11 -static-libgcc -static-libstdc++ 2 | -------------------------------------------------------------------------------- /src/ReadMe.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | コンソール アプリケーション: join_logo_scp プロジェクトの概要 3 | ======================================================================== 4 | 5 | この join_logo_scp アプリケーションは、AppWizard により作成されました。 6 | 7 | このファイルには、join_logo_scp アプリケーションを構成する各ファイルの内容の概要が含まれています。 8 | 9 | 10 | join_logo_scp.vcxproj 11 | これは、アプリケーション ウィザードを使用して生成された VC++ プロジェクトのメイン プロジェクト ファイルです。ファイルを生成した Visual C++ のバージョンに関する情報と、アプリケーション ウィザードで選択されたプラットフォーム、構成、およびプロジェクト機能に関する情報が含まれています。 12 | 13 | join_logo_scp.vcxproj.filters 14 | これは、アプリケーション ウィザードで生成された VC++ プロジェクトのフィルター ファイルです。このファイルには、プロジェクト内のファイルとフィルターとの間の関連付けに関する情報が含まれています。この関連付けは、特定のノードで同様の拡張子を持つファイルのグループ化を示すために IDE で使用されます (たとえば、".cpp" ファイルは "ソース ファイル" フィルターに関連付けられています)。 15 | 16 | join_logo_scp.cpp 17 | これは、メインのアプリケーション ソース ファイルです。 18 | 19 | ///////////////////////////////////////////////////////////////////////////// 20 | その他の標準ファイル : 21 | 22 | StdAfx.h, StdAfx.cpp 23 | これらのファイルは、join_logo_scp.pch という名前のプリコンパイル済みヘッダー (PCH) ファイルと、StdAfx.obj という名前のプリコンパイル済みの型ファイルをビルドするために使用されます。 24 | 25 | ///////////////////////////////////////////////////////////////////////////// 26 | その他のメモ : 27 | 28 | AppWizard では "TODO:" コメントを使用して、ユーザーが追加またはカスタマイズする必要のあるソース コードを示します。 29 | 30 | ///////////////////////////////////////////////////////////////////////////// 31 | -------------------------------------------------------------------------------- /src/join_logo_scp.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.26430.15 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "join_logo_scp", "join_logo_scp.vcxproj", "{97EF2735-3B26-46EB-B08D-85CE03363EB7}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|x64 = Debug|x64 11 | Debug|x86 = Debug|x86 12 | Release|x64 = Release|x64 13 | Release|x86 = Release|x86 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Debug|x64.ActiveCfg = Debug|x64 17 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Debug|x64.Build.0 = Debug|x64 18 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Debug|x86.ActiveCfg = Debug|Win32 19 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Debug|x86.Build.0 = Debug|Win32 20 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Release|x64.ActiveCfg = Release|x64 21 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Release|x64.Build.0 = Release|x64 22 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Release|x86.ActiveCfg = Release|Win32 23 | {97EF2735-3B26-46EB-B08D-85CE03363EB7}.Release|x86.Build.0 = Release|Win32 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | EndGlobal 29 | -------------------------------------------------------------------------------- /src/join_logo_scp.vcxproj.filters: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hh;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | ヘッダー ファイル 23 | 24 | 25 | ヘッダー ファイル 26 | 27 | 28 | ヘッダー ファイル 29 | 30 | 31 | ヘッダー ファイル 32 | 33 | 34 | ヘッダー ファイル 35 | 36 | 37 | ヘッダー ファイル 38 | 39 | 40 | ヘッダー ファイル 41 | 42 | 43 | ヘッダー ファイル 44 | 45 | 46 | ヘッダー ファイル 47 | 48 | 49 | ヘッダー ファイル 50 | 51 | 52 | ヘッダー ファイル 53 | 54 | 55 | ヘッダー ファイル 56 | 57 | 58 | 59 | 60 | ソース ファイル 61 | 62 | 63 | ソース ファイル 64 | 65 | 66 | ソース ファイル 67 | 68 | 69 | ソース ファイル 70 | 71 | 72 | ソース ファイル 73 | 74 | 75 | ソース ファイル 76 | 77 | 78 | ソース ファイル 79 | 80 | 81 | ソース ファイル 82 | 83 | 84 | ソース ファイル 85 | 86 | 87 | ソース ファイル 88 | 89 | 90 | 91 | 92 | リソース ファイル 93 | 94 | 95 | -------------------------------------------------------------------------------- /src/join_logo_scp.vcxproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | Win32 7 | 8 | 9 | Release 10 | Win32 11 | 12 | 13 | Debug 14 | x64 15 | 16 | 17 | Release 18 | x64 19 | 20 | 21 | 22 | 15.0 23 | {97EF2735-3B26-46EB-B08D-85CE03363EB7} 24 | Win32Proj 25 | join_logo_scp 26 | 10.0.15063.0 27 | 28 | 29 | 30 | Application 31 | true 32 | Unicode 33 | v140 34 | 35 | 36 | Application 37 | false 38 | true 39 | Unicode 40 | v140 41 | 42 | 43 | Application 44 | true 45 | Unicode 46 | v140 47 | 48 | 49 | Application 50 | false 51 | true 52 | Unicode 53 | v140 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | true 75 | 76 | 77 | true 78 | 79 | 80 | false 81 | 82 | 83 | false 84 | 85 | 86 | 87 | Use 88 | Level3 89 | Disabled 90 | WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) 91 | 92 | 93 | Console 94 | 95 | 96 | 97 | 98 | Use 99 | Level3 100 | Disabled 101 | _DEBUG;_CONSOLE;%(PreprocessorDefinitions) 102 | 103 | 104 | Console 105 | 106 | 107 | 108 | 109 | Level3 110 | Use 111 | MaxSpeed 112 | true 113 | true 114 | WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) 115 | Async 116 | 117 | 118 | Console 119 | true 120 | true 121 | 122 | 123 | 124 | 125 | Level3 126 | Use 127 | MaxSpeed 128 | true 129 | true 130 | NDEBUG;_CONSOLE;%(PreprocessorDefinitions) 131 | 132 | 133 | Console 134 | true 135 | true 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | Create 167 | Create 168 | Create 169 | Create 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | --------------------------------------------------------------------------------