From 691dabc423f0ac541038484ff69a2ec871c121d9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 17 Apr 2004 17:45:29 +0000 Subject: importing ints svn path=/trunk/externals/miXed/; revision=1608 --- Makefile.common | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 6fba155..7f88cd1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,14 +31,6 @@ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer LFLAGS = -export_dynamic -shared endif -ifeq ($(OS_NAME),MINGW32_NT-5.2) -CC = gcc -X_SUFFIX = dll -DEFINES = -DNT -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