# Makefile settings common for architecture mingw (32 and 64) # # $Id$ prefix=/usr/$(arch) CC=$(arch)-gcc CXX=$(arch)-g++ # GUI LDFLAGS=-Wl,-subsystem,windows # # Command Line #LDFLAGS=-Wl,-subsystem,console AR=$(arch)-ar PKGCONFIG=$(arch)-pkg-config WINDRES=$(arch)-windres # evtl. other general settings special for architecture #INCLUDES=... #LIBS=... #MOC=/usr/bin/$(arch)-moc-qt4 #UIC4=/usr/bin/$(arch)-uic-qt4 include $(srcdir)/include-mingw.mk