add Non-BMP plugin against GTK+ exploits

This commit is contained in:
Berke Viktor
2012-01-18 09:25:05 +01:00
parent ffdd106588
commit 569cb3dbbf
7 changed files with 115 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ all:
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\mpcinfo
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\nonbmp
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\python
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\tcl
@@ -45,6 +47,8 @@ clean:
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\mpcinfo
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\nonbmp
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\python
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\tcl