diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
commit | 691dabc423f0ac541038484ff69a2ec871c121d9 (patch) | |
tree | c04442e5ad96e216987ba065d5f0be401a149cbc /Makefile.common | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 8 |
1 files changed, 0 insertions, 8 deletions
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 |