From 075b865652ce146fe8419494b149ceadcac48071 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 25 Apr 2004 10:37:27 +0000 Subject: *** empty log message *** svn path=/trunk/externals/miXed/; revision=1639 --- Makefile.common | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 7f88cd1..fd57c44 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,6 +31,14 @@ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer LFLAGS = -export_dynamic -shared endif +ifeq ($(OS_NAME),MinGW) +CC = gcc +X_SUFFIX = dll +DEFINES = -DNT -DMSW +OPT_CFLAGS = -funroll-loops +LFLAGS = -shared $(PD_DIR)/../bin/pd.dll +endif + ifeq ($(OS_NAME),Darwin) CC = gcc2 X_SUFFIX = pd_darwin -- cgit v1.2.1