Skip to content

Commit

Permalink
Add Dn-help as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Oct 23, 2023
1 parent af022d0 commit f856cdb
Show file tree
Hide file tree
Showing 99 changed files with 277 additions and 8,868 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion Dn-FamiTracker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dn-FamiTracker", "Dn-FamiTr
{5B4C1AA7-4AE9-4FF2-A7E6-8EEE50EDC6E2} = {5B4C1AA7-4AE9-4FF2-A7E6-8EEE50EDC6E2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hlp", "hlp\hlp.vcxproj", "{AFD2F6E3-E658-4A1B-A691-8F10A858321B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hlp", "Dn-help\hlp\hlp.vcxproj", "{AFD2F6E3-E658-4A1B-A691-8F10A858321B}"
ProjectSection(ProjectDependencies) = postProject
{92FE0690-CE4F-4CCF-A52C-23265AE7429F} = {92FE0690-CE4F-4CCF-A52C-23265AE7429F}
EndProjectSection
Expand Down
272 changes: 136 additions & 136 deletions Dn-FamiTracker.vcxproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Dn-help
Submodule Dn-help added at 666785
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Notice: changelog.exe will no longer be maintained as of 10/23/2023.
For further changelog updates, please go to docs/CHANGELOG.md

Dn-FamiTracker Mod
Change Log
Written by Persune
Expand Down
40 changes: 20 additions & 20 deletions cmake/compile-chm.bat
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
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"
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.
Loading

0 comments on commit f856cdb

Please sign in to comment.