config.mk

Sun, 25 Jan 2015 15:01:04 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 25 Jan 2015 15:01:04 +0100
changeset 81
5eb765a7a793
child 83
a38aec91bd66
permissions
-rw-r--r--

added menus (WPF)

#
# config.mk generated by configure
#

PREFIX = /opt/mk12

include $(BUILD_ROOT)/make/mingw.mk


# toolkit configuration
CFLAGS += -DUI_WPF 

LDFLAGS += $(BUILD_ROOT)/build/UIwrapper/UIwrapper.lib
LDFLAGS += -mwindows

TOOLKIT = wpf

mercurial