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:
@ -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
|
Reference in New Issue
Block a user