diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-25 10:37:27 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-25 10:37:27 +0000 |
commit | 075b865652ce146fe8419494b149ceadcac48071 (patch) | |
tree | 7d640bf6700aa425b0391ad4256a9fe772caf47d /Makefile.common | |
parent | 356d0569f9eab63238e966bbb309746bcf81d490 (diff) |
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=1639
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 8 |
1 files changed, 8 insertions, 0 deletions
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 |