Skip to content

Commit

Permalink
Restore help dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Nov 14, 2020
1 parent d7f5e4a commit 132601e
Show file tree
Hide file tree
Showing 97 changed files with 6,074 additions and 30 deletions.
16 changes: 16 additions & 0 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?linkid=834763 for more information about this file.
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}
169 changes: 168 additions & 1 deletion Dn-FamiTracker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<GenerateManifest>false</GenerateManifest>
<LibraryWPath>$(WindowsSDK_MetadataPath);</LibraryWPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<GenerateManifest>false</GenerateManifest>
Expand Down Expand Up @@ -308,11 +309,11 @@
<ClCompile Include="Source\WaveFile.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Source\array_view.h" />
<ClInclude Include="Source\ConfigEmulation.h" />
<ClInclude Include="Source\NoNotifyEdit.h" />
<ClInclude Include="Source\HistoryFileDlg.h" />
<ClInclude Include="res\resource.h" />
<ClInclude Include="Source\APU\2A03.h" />
<ClInclude Include="Source\APU\2A03Chan.h" />
<ClInclude Include="Source\APU\S5B.h" />
Expand Down Expand Up @@ -556,8 +557,156 @@
<None Include="..\nsf driver\s5b.s" />
<None Include="Dn-FamiTracker.reg" />
<None Include="0CC-readme.txt" />
<None Include="hlp\2a03.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\changelog.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\command_line.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\comments.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\configuration.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_appearance.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_general.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_midi.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_mixer.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_shortcuts.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\config_sound.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\control_panel.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\Dn-FamiTracker.hhc" />
<None Include="hlp\Dn-FamiTracker.hhk" />
<CustomBuild Include="hlp\Dn-FamiTracker.hhp">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">start /wait hhc "hlp\Dn-FamiTracker.hhp"
if not exist "hlp\Dn-FamiTracker.chm" goto :HelpError
copy "hlp\Dn-FamiTracker.chm" "$(OutDir)Dn-FamiTracker.chm"
goto :HelpDone
:HelpError
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file
echo.
:HelpDone
echo.
</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Making help file...</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(ProjectName).chm</Outputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">hlp\HTMLDefines.h;%(AdditionalInputs)</AdditionalInputs>
</CustomBuild>
<None Include="hlp\dpcm_editor.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\dpcm_import.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\effect_list.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\export_wave.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\faq.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\fds.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\interface.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\main_index.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menus.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_edit.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_file.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_help.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_instrument.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_module.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_tracker.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\menu_view.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\mmc5.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\n163.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\nsf_export.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\pattern_editor.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\performance.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\properties.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\shortcuts.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\sound_overview.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\speed.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\style.css" />
<None Include="hlp\sunsoft.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\text_export.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\toolbar.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\vrc6.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="hlp\vrc7.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="res\Application.ico" />
<None Include="res\Document.ico" />
<None Include="res\export_report.htm">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="res\Inst_2A03.ico" />
<None Include="res\Inst_2A07.ico" />
<None Include="res\Inst_FDS.ico" />
Expand Down Expand Up @@ -596,6 +745,24 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</Manifest>
</ItemGroup>
<ItemGroup>
<Image Include="hlp\img\comments.png" />
<Image Include="hlp\img\dpcm_editor.PNG" />
<Image Include="hlp\img\dpcm_import.png" />
<Image Include="hlp\img\export_wav.png" />
<Image Include="hlp\img\fds_fm_table.PNG" />
<Image Include="hlp\img\frame_editor.png" />
<Image Include="hlp\img\Icon.png" />
<Image Include="hlp\img\inst_2a03.png" />
<Image Include="hlp\img\inst_dpcm.PNG" />
<Image Include="hlp\img\inst_fds.PNG" />
<Image Include="hlp\img\inst_n163.png" />
<Image Include="hlp\img\inst_vrc7.PNG" />
<Image Include="hlp\img\pattern.png" />
<Image Include="hlp\img\properties.PNG" />
<Image Include="hlp\img\toolbar1.png" />
<Image Include="hlp\img\toolbar2.png" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
Loading

0 comments on commit 132601e

Please sign in to comment.