aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/makefile.pd-bcc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/makefile.pd-bcc')
-rw-r--r--externals/grill/xsample/makefile.pd-bcc11
1 files changed, 5 insertions, 6 deletions
diff --git a/externals/grill/xsample/makefile.pd-bcc b/externals/grill/xsample/makefile.pd-bcc
index 59d6efc8..67131953 100644
--- a/externals/grill/xsample/makefile.pd-bcc
+++ b/externals/grill/xsample/makefile.pd-bcc
@@ -1,5 +1,5 @@
# xsample - extended sample objects for Max/MSP and pd (pure data)
-# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
+# Copyright (c) 2001-2004 Thomas Grill (xovo@gmx.net)
#
# Makefile for BorlandC++
#
@@ -9,7 +9,9 @@
!include config-pd-bcc.txt
-NAME=xsample
+# all the source files from the package
+!include make-files.txt
+
SETUPFUNCTION=$(NAME)_setup
# flext stuff
@@ -22,15 +24,12 @@ LIBS=cw32.lib import32.lib C0D32.OBJ
# compiler definitions and flags
DEFS=-DFLEXT_SYS=2
-CFLAGS=-6 -O2 -OS -ff -tWD
+CFLAGS=-tWD $(UFLAGS)
# the rest can stay untouched
# ----------------------------------------------
-# all the source files from the package
-!include make-files.txt
-
# default target
all: $(OUTPATH)\$(NAME).dll