diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 17:51:38 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 17:51:38 +0100 |
commit | 71c1a46c32e99d2999dce5a5a44564c3bbab9ace (patch) | |
tree | c9abd967bc705a7740398b6bedf4a0c4e22a3963 /plugins | |
parent | ec29822ef45b0522bc7caa7e30d1c575a1b9f8c0 (diff) |
installer support for obs and gtk engines, x64 support
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/makefile.mak | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index b63e2e54..c7faaf37 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -1,8 +1,8 @@ all: @cd checksum @-$(MAKE) /nologo /s /f makefile.mak $@ -# @cd ..\gtkpref -# @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\gtkpref + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\doat @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\exec @@ -23,16 +23,16 @@ all: @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\winamp @-$(MAKE) /nologo /s /f makefile.mak $@ - @cd ..\winsys - @-$(MAKE) /nologo /s /f makefile.mak $@ +# @cd ..\winsys +# @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\wmpa @-$(MAKE) /nologo /s /f makefile.mak $@ clean: @cd checksum @-$(MAKE) /nologo /s /f makefile.mak clean $@ -# @cd ..\gtkpref -# @-$(MAKE) /nologo /s /f makefile.mak clean $@ + @cd ..\gtkpref + @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\doat @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\exec |