X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.cfg;h=a4346eb96f84a4c6dda19867f17dd4cafdae5abf;hb=055e0dd89c4c4b67d399d599c76674957e54b3e9;hp=a9a0eefeded35178dfb97d0f2a6d33c22c5bb898;hpb=4e0de6eddfcee9893e613645fdfc9cbd4cc6f667;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.cfg b/Usermode/Libraries/Makefile.cfg index a9a0eefe..a4346eb9 100644 --- a/Usermode/Libraries/Makefile.cfg +++ b/Usermode/Libraries/Makefile.cfg @@ -8,6 +8,7 @@ MAKEDEP = $(CC) -M ifeq ($(ARCHDIR),native) ASFLAGS += -D ARCHDIR=$(ARCHDIR) -D __ASSEMBLER__=1 LDFLAGS := -lacess-native +#CPPFLAGS := -D SoMain="__attribute__ ((constructor(101))) libacessnative_init" ifeq ($(PLATFORM),windows) else LDFLAGS += -Wl,-init,SoMain