win32/generate-msvc.mak: Add rule to regenerate demos.h.win32

We can regenerate demos.h.win32 with or without the font features demo
by using the regenerate-demos-h-win32 target with or without secifying
the FONT_FEATURES_DEMO=1 flag on the NMake command line.
This commit is contained in:
Chun-wei Fan
2021-11-25 17:46:16 +08:00
parent f8200470da
commit 079ee4e31e
3 changed files with 26 additions and 0 deletions

View File

@ -99,3 +99,17 @@ NULL=
!if [del /f /q resources_sources.mak]
!endif
!if [call create-lists.bat header demo_sources.mak demo_actual_sources]
!endif
!if [for %f in ($(demo_sources)) do @call create-lists.bat file demo_sources.mak ..\demos\gtk-demo\%f]
!endif
!if [call create-lists.bat footer demo_sources.mak]
!endif
!include demo_sources.mak
!if [del /f /q demo_sources.mak]
!endif