mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
BUILD: add --with-theme-manager configure option
This commit is contained in:
14
src/htm/Makefile.am
Normal file
14
src/htm/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
MDTOOL_OPTS = --verbose
|
||||
|
||||
theme_SCRIPTS = thememan.exe thememan
|
||||
themedir = $(bindir)
|
||||
|
||||
thememan.exe: htm-mono.csproj
|
||||
$(MDTOOL) $(MDTOOL_OPTS) build $<
|
||||
|
||||
thememan:
|
||||
@echo "#!/bin/sh" > $@
|
||||
@echo "exec mono /usr/bin/thememan.exe \"$@\"" >> $@
|
||||
|
||||
clean-local:
|
||||
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
||||
Reference in New Issue
Block a user