Remove the flash sample
Adobe have announced the official EOL for flash is 2020 so we're now at the point where support for flash just isn't interesting any more. It doesn't make sense to support it for the upcoming 3.2.x release series, and the sample .swf files are lacking source code. Closes https://github.com/wxWidgets/wxWidgets/pull/1427 Closes #15886.
This commit is contained in:
parent
76e21c2ffa
commit
b3ef78124c
15 changed files with 3 additions and 3006 deletions
|
|
@ -323,9 +323,6 @@ clean:
|
|||
cd xrc
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
cd flash
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
cd mfc
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
|
|
@ -764,11 +761,6 @@ sub_xrc:
|
|||
cd "$(MAKEDIR)"
|
||||
!endif
|
||||
|
||||
sub_flash:
|
||||
cd flash
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd "$(MAKEDIR)"
|
||||
|
||||
sub_mfc:
|
||||
cd mfc
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue