From 2f98cf610081a6e3c4a4aadf4411dcc89b756db2 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 May 2005 20:30:47 +0000 Subject: toxy alpha17 and pddp alpha1 (see notes.txt for toxy, pddp and shared) svn path=/trunk/externals/miXed/; revision=2941 --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index d106e40..4dd5f25 100644 --- a/Makefile.common +++ b/Makefile.common @@ -50,7 +50,8 @@ ifeq ($(OS_NAME),MinGW) CC = gcc X_SUFFIX = dll DEFINES = -DNT -DMSW -OPT_CFLAGS = -funroll-loops +# assuming pd itself was either vc-compiled or declared -mms-bitfields too... +OPT_CFLAGS = -funroll-loops -mms-bitfields LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc endif -- cgit v1.2.1