-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from Dn-Programming-Core-Management/version-i…
…ncremement Begin to integrate markdown-based documentation
- Loading branch information
Showing
106 changed files
with
2,024 additions
and
8,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Dn-help"] | ||
path = Dn-help | ||
url = https://github.com/Dn-Programming-Core-Management/Dn-help.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
rem call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64 | ||
@echo off | ||
echo // Generated Help Map file. Used by Dn-FamiTracker.hhp. > "hlp\HTMLDefines.h" | ||
echo. > "hlp\HTMLDefines.h" | ||
echo // Commands (ID_* and IDM_*) >> "hlp\HTMLDefines.h" | ||
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 "resource.h" >> "hlp\HTMLDefines.h" | ||
echo. >> "hlp\HTMLDefines.h" | ||
echo // Prompts (IDP_*) >> "hlp\HTMLDefines.h" | ||
makehm /h IDP_,HIDP_,0x30000 "resource.h" >> "hlp\HTMLDefines.h" | ||
echo. >> "hlp\HTMLDefines.h" | ||
echo // Resources (IDR_*) >> "hlp\HTMLDefines.h" | ||
makehm /h IDR_,HIDR_,0x20000 "resource.h" >> "hlp\HTMLDefines.h" | ||
echo. >> "hlp\HTMLDefines.h" | ||
echo // Dialogs (IDD_*) >> "hlp\HTMLDefines.h" | ||
makehm /h IDD_,HIDD_,0x20000 "resource.h" >> "hlp\HTMLDefines.h" | ||
echo. >> "hlp\HTMLDefines.h" | ||
echo // Frame Controls (IDW_*) >> "hlp\HTMLDefines.h" | ||
makehm /h /a "afxhh.h" IDW_,HIDW_,0x50000 "resource.h" >> "hlp\HTMLDefines.h" | ||
start /wait hhc "hlp\Dn-FamiTracker.hhp" | ||
if not exist "hlp\Dn-FamiTracker.chm" goto :HelpError | ||
move "hlp\Dn-FamiTracker.chm" "Dn-FamiTracker.chm" | ||
powershell -Command "(Get-Content Dn-help\hlp\changelog_shell.htm).Replace('<!-- INSERT-CHANGELOG-HERE -->', (pandoc docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 Dn-help\hlp\changelog.htm" | ||
echo // Generated Help Map file. Used by Dn-FamiTracker.hhp. > "Dn-help\hlp\HTMLDefines.h" | ||
echo. > "Dn-help\hlp\HTMLDefines.h" | ||
echo // Commands (ID_* and IDM_*) >> "Dn-help\hlp\HTMLDefines.h" | ||
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 "resource.h" >> "Dn-help\hlp\HTMLDefines.h" | ||
echo. >> "Dn-help\hlp\HTMLDefines.h" | ||
echo // Prompts (IDP_*) >> "Dn-help\hlp\HTMLDefines.h" | ||
makehm /h IDP_,HIDP_,0x30000 "resource.h" >> "Dn-help\hlp\HTMLDefines.h" | ||
echo. >> "Dn-help\hlp\HTMLDefines.h" | ||
echo // Resources (IDR_*) >> "Dn-help\hlp\HTMLDefines.h" | ||
makehm /h IDR_,HIDR_,0x20000 "resource.h" >> "Dn-help\hlp\HTMLDefines.h" | ||
echo. >> "Dn-help\hlp\HTMLDefines.h" | ||
echo // Dialogs (IDD_*) >> "Dn-help\hlp\HTMLDefines.h" | ||
makehm /h IDD_,HIDD_,0x20000 "resource.h" >> "Dn-help\hlp\HTMLDefines.h" | ||
echo. >> "Dn-help\hlp\HTMLDefines.h" | ||
echo // Frame Controls (IDW_*) >> "Dn-help\hlp\HTMLDefines.h" | ||
makehm /h /a "afxhh.h" IDW_,HIDW_,0x50000 "resource.h" >> "Dn-help\hlp\HTMLDefines.h" | ||
start /wait hhc "Dn-help\hlp\Dn-FamiTracker.hhp" | ||
if not exist "Dn-help\hlp\Dn-FamiTracker.chm" goto :HelpError | ||
move "Dn-help\hlp\Dn-FamiTracker.chm" "Dn-FamiTracker.chm" | ||
goto :HelpDone | ||
:HelpError | ||
echo hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file | ||
echo Dn-help\hlp\Dn-FamiTracker.hhp(1) : error:Problem encountered creating help file | ||
echo. | ||
:HelpDone | ||
echo. |
Oops, something went wrong.