mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
gtk engines are non-existent in gtk.org builds
This commit is contained in:
parent
1e5727326a
commit
817cfa5792
@ -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 ..\lua
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
@cd ..\mpcinfo
|
||||
@ -23,8 +23,8 @@ all:
|
||||
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 ..\lua
|
||||
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
||||
@cd ..\mpcinfo
|
||||
|
Loading…
Reference in New Issue
Block a user