]> git.decadent.org.uk Git - ion3.git/blobdiff - system.mk
[svn-upgrade] Integrating new upstream version, ion3 (20080207)
[ion3.git] / system.mk
index b592858f220ac613685ea089e3c206afcd488153..11996f48c66d9ee02be7008a69a1786cee258710 100644 (file)
--- 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