X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=system.mk;h=11996f48c66d9ee02be7008a69a1786cee258710;hb=0e823ba752af388ba5ca99800d094f88a11290db;hp=b592858f220ac613685ea089e3c206afcd488153;hpb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2;p=ion3.git diff --git a/system.mk b/system.mk index b592858..11996f4 100644 --- a/system.mk +++ b/system.mk @@ -38,6 +38,9 @@ VARDIR=/var/cache/ion3 # Message catalogs LOCALEDIR=$(PREFIX)/share/locale +# Executable suffix (for Cygwin). +#BIN_SUFFIX = .exe + ## ## Modules @@ -131,6 +134,9 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND # monotonic clock at all (which Ion can live with, and usually detect). EXTRA_LIBS += -lrt +# Cygwin needs this. +#DEFINES += -DCF_NO_GETLOADAVG + # # If you're using/have gcc, it is unlikely that you need to modify