X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=b1ac384fa24020ff0a1c3febe370a562eeb8e031;hp=fa1e4f58f7959c514d8da7efe44a45ace75a4351;hb=6dd7ae54e742339cc49e640d1076a310a0f4eedd;hpb=6c5e094899f5443b19f46b34c18b9e3bcc1ca99b;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index fa1e4f5..b1ac384 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,16 @@ debug: all $(MAKE) -C src debug +if WIN32 +installer: all + @echo "Creating win32 installer..." + @(sh make-win32-installer.sh 2> installer.log 1>&2 && \ + rm installer.log && echo "Done.") || \ + (echo "Installer compilation failed!"; \ + echo "Check installer.log for details."; exit 1) +endif + + RPMBUILD = rpmbuild rpm: dist-bzip2