mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -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:
|
all:
|
||||||
@cd checksum
|
@cd checksum
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||||
@cd ..\gtkpref
|
# @cd ..\gtkpref
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
# @-$(MAKE) /nologo /s /f makefile.mak $@
|
||||||
@cd ..\lua
|
@cd ..\lua
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||||
@cd ..\mpcinfo
|
@cd ..\mpcinfo
|
||||||
@ -23,8 +23,8 @@ all:
|
|||||||
clean:
|
clean:
|
||||||
@cd checksum
|
@cd checksum
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
||||||
@cd ..\gtkpref
|
# @cd ..\gtkpref
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
# @-$(MAKE) /nologo /s /f makefile.mak clean $@
|
||||||
@cd ..\lua
|
@cd ..\lua
|
||||||
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
@-$(MAKE) /nologo /s /f makefile.mak clean $@
|
||||||
@cd ..\mpcinfo
|
@cd ..\mpcinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user