From cf11b926eefd8f5bdf055b2afaa838d5393d7646 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Jan 2007 06:06:47 +0000 Subject: another attempt at MinGW build flags svn path=/trunk/externals/miXed/; revision=7351 --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 0c272ef..85a7981 100644 --- a/Makefile.common +++ b/Makefile.common @@ -51,8 +51,8 @@ CC = gcc X_SUFFIX = dll DEFINES = -DNT -DMSW # assuming pd itself was mingw-compiled, and -mms-bitfields was not set -OPT_CFLAGS = -funroll-loops -LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc +OPT_CFLAGS = -funroll-loops -mms-bitfields +LFLAGS = -shared $(PD_DIR)/../bin/pd.dll endif ifeq ($(OS_NAME),Darwin) -- cgit v1.2.1