make/gcc.mk

Fri, 22 Sep 2023 21:32:45 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 22 Sep 2023 21:32:45 +0200
branch
newapi
changeset 183
3ce2eb11913b
parent 158
4bde241c49b1
child 277
5099a34747c4
permissions
-rw-r--r--

create WinUI wrapper classes for usage in UiObject and widget creation functions

#
# gcc toolchain config
#

CFLAGS = 
LDFLAGS = 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial