aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/pd')
-rw-r--r--externals/grill/flext/buildsys/win/pd/bmake-bcc-ext.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/bmake-bcc-flext.inc5
-rw-r--r--externals/grill/flext/buildsys/win/pd/bmake-bcc-shlib.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/bmake-bcc.inc12
-rw-r--r--externals/grill/flext/buildsys/win/pd/config-bcc.def38
-rw-r--r--externals/grill/flext/buildsys/win/pd/config-cygwin.def34
-rw-r--r--externals/grill/flext/buildsys/win/pd/config-mingw.def37
-rw-r--r--externals/grill/flext/buildsys/win/pd/config-msvc.def46
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-cygwin-ext.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-cygwin-flext.inc5
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-cygwin-shlib.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc6
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-mingw-ext.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-mingw-flext.inc5
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-mingw-shlib.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/gnumake-mingw.inc13
-rw-r--r--externals/grill/flext/buildsys/win/pd/nmake-msvc-ext.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/nmake-msvc-flext.inc5
-rw-r--r--externals/grill/flext/buildsys/win/pd/nmake-msvc-shlib.inc1
-rw-r--r--externals/grill/flext/buildsys/win/pd/nmake-msvc.inc13
20 files changed, 0 insertions, 227 deletions
diff --git a/externals/grill/flext/buildsys/win/pd/bmake-bcc-ext.inc b/externals/grill/flext/buildsys/win/pd/bmake-bcc-ext.inc
deleted file mode 100644
index 26bcf06e..00000000
--- a/externals/grill/flext/buildsys/win/pd/bmake-bcc-ext.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/bmake-bcc-flext.inc b/externals/grill/flext/buildsys/win/pd/bmake-bcc-flext.inc
deleted file mode 100644
index d30a7144..00000000
--- a/externals/grill/flext/buildsys/win/pd/bmake-bcc-flext.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-!ifdef SHARED
-EXT=dll
-!else
-EXT=lib
-!endif
diff --git a/externals/grill/flext/buildsys/win/pd/bmake-bcc-shlib.inc b/externals/grill/flext/buildsys/win/pd/bmake-bcc-shlib.inc
deleted file mode 100644
index b2234c5b..00000000
--- a/externals/grill/flext/buildsys/win/pd/bmake-bcc-shlib.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/bmake-bcc.inc b/externals/grill/flext/buildsys/win/pd/bmake-bcc.inc
deleted file mode 100644
index a15a75e6..00000000
--- a/externals/grill/flext/buildsys/win/pd/bmake-bcc.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DEFS=$(DEFS) /DFLEXT_SYS=2 /DPD
-
-!ifdef WINNT
-DEFS=$(DEFS) /D_WIN32_WINNT=0x500
-!endif
-
-##############################################
-
-INCPATH=$(INCPATH) -I$(PDPATH)\src
-
-# these are both in FLEXTPATH
-LIBS=$(LIBS) pd.lib pthreadVC.lib
diff --git a/externals/grill/flext/buildsys/win/pd/config-bcc.def b/externals/grill/flext/buildsys/win/pd/config-bcc.def
deleted file mode 100644
index 54e8397d..00000000
--- a/externals/grill/flext/buildsys/win/pd/config-bcc.def
+++ /dev/null
@@ -1,38 +0,0 @@
-# where is the PD installation?
-# (this should point to the main folder, which has a "src" subfolder)
-PDPATH="c:\program files\pd"
-
-# where is BorlandC++?
-BCCPATH="c:\program files\bcc55"
-
-###############################################################
-
-# where do/should the flext headers reside/be built?
-FLEXTINC=$(PDPATH)\flext
-
-# where do/should the flext static libraries reside/be built?
-FLEXTLIB=$(FLEXTINC)
-
-# where do/should the flext shared libraries reside/be built?
-FLEXTSHLIB=$(PDPATH)\bin
-
-###############################################################
-
-# where should the external be built?
-OUTPATH=pd-bcc
-
-# where should the external be installed?
-INSTPATH=$(PDPATH)\extra
-
-###############################################################
-
-# user defined compiler flags
-# (check if they match your system!)
-UFLAGS=
-
-# user defined optimization flags
-# (check if they match your system!)
-OFLAGS=-6 -O2 -OS -ff -d
-
-# comment if you want to compile for Windows 95/98/ME
-WINNT=1
diff --git a/externals/grill/flext/buildsys/win/pd/config-cygwin.def b/externals/grill/flext/buildsys/win/pd/config-cygwin.def
deleted file mode 100644
index 6c35151a..00000000
--- a/externals/grill/flext/buildsys/win/pd/config-cygwin.def
+++ /dev/null
@@ -1,34 +0,0 @@
-# where is the PD installation?
-# (this should point to the main folder, which has a "src" subfolder)
-PDPATH=/cygdrive/c/program files/pd
-
-###############################################################
-
-# where do/should the flext headers reside/be built?
-FLEXTINC=$(PDPATH)/flext
-
-# where do/should the flext static libraries reside/be built?
-FLEXTLIB=$(FLEXTINC)
-
-# where do/should the flext shared libraries reside/be built?
-FLEXTSHLIB=$(PDPATH)/bin
-
-###############################################################
-
-# where should the external be built?
-OUTPATH=pd-cygwin
-
-# where should the external be installed?
-INSTPATH=$(PDPATH)/extra
-
-###############################################################
-
-# user defined compiler flags
-# (check if they match your system!)
-UFLAGS=-msse -mfpmath=sse -ffast-math
-
-# user defined optimization flags
-# (check if they match your system!)
-OFLAGS=-O3
-# optimizations for Pentium 4
-OFLAGS+=-march=pentium4
diff --git a/externals/grill/flext/buildsys/win/pd/config-mingw.def b/externals/grill/flext/buildsys/win/pd/config-mingw.def
deleted file mode 100644
index bed53e35..00000000
--- a/externals/grill/flext/buildsys/win/pd/config-mingw.def
+++ /dev/null
@@ -1,37 +0,0 @@
-# where is the PD installation?
-# (this should point to the main folder, which has a "src" subfolder)
-PDPATH="%ProgramFiles%\pd"
-
-###############################################################
-
-# where do/should the flext headers reside/be built?
-FLEXTINC=$(PDPATH)\flext
-
-# where do/should the flext static libraries reside/be built?
-FLEXTLIB=$(FLEXTINC)
-
-# where do/should the flext shared libraries reside/be built?
-FLEXTSHLIB=$(PDPATH)\bin
-
-###############################################################
-
-# where should the external be built?
-OUTPATH=pd-mingw
-
-# where should the external be installed?
-INSTPATH=$(PDPATH)\extra
-
-###############################################################
-
-# user defined compiler flags
-# (check if they match your system!)
-UFLAGS=-msse -mfpmath=sse -ffast-math
-
-# user defined optimization flags
-# (check if they match your system!)
-OFLAGS=-O3
-# optimizations for Pentium 4
-OFLAGS+=-march=pentium4
-
-# comment if you want to compile for Windows 95/98/ME
-WINNT=1
diff --git a/externals/grill/flext/buildsys/win/pd/config-msvc.def b/externals/grill/flext/buildsys/win/pd/config-msvc.def
deleted file mode 100644
index 49137ef5..00000000
--- a/externals/grill/flext/buildsys/win/pd/config-msvc.def
+++ /dev/null
@@ -1,46 +0,0 @@
-# where is the PD installation?
-# (this should point to the main folder, which has a "src" subfolder)
-PDPATH="%ProgramFiles%\pd"
-
-# where is MS VC++?
-# (not necessary if the build is run with the compiler environment)
-# MSVCPATH="%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7"
-
-###############################################################
-
-# where do/should the flext headers reside/be built?
-FLEXTINC=$(PDPATH)\flext
-
-# where do/should the flext static libraries reside/be built?
-FLEXTLIB=$(FLEXTINC)
-
-# where do/should the flext shared libraries reside/be built?
-FLEXTSHLIB=$(PDPATH)\bin
-
-###############################################################
-
-# where should the external be built?
-# (relative one-level subpath to project folder)
-OUTPATH=pd-msvc
-
-# where should externals be installed?
-INSTPATH=$(PDPATH)\extra
-
-###############################################################
-
-# user defined compiler flags
-# (check if they match your system!)
-UFLAGS=
-
-# user defined optimization flags
-# (check if they match your system!)
-OFLAGS=/Ox
-# optimizations for Pentium 4
-OFLAGS=$(OFLAGS) /G6 /arch:SSE
-
-# comment if you want to compile for Windows 95/98/ME
-WINNT=1
-
-# uncomment to link against dynamic C runtime libraries
-# (don't use this if you want to distribute the built product)
-#DYNAMIC=1
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-ext.inc b/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-ext.inc
deleted file mode 100644
index 26bcf06e..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-ext.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-flext.inc b/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-flext.inc
deleted file mode 100644
index e64eb6c5..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-flext.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-ifdef SHARED
-EXT=dll
-else
-EXT=a
-endif
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-shlib.inc b/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-shlib.inc
deleted file mode 100644
index b2234c5b..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin-shlib.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc b/externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc
deleted file mode 100644
index dca95023..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-DEFS += -DFLEXT_SYS=2 -DPD
-
-INCPATH += -I$(PDPATH)/src
-
-LIBS += $(PDPATH)/bin/pthreadVC.dll
-SYSLIBS += $(PDPATH)/bin/pd.dll
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-ext.inc b/externals/grill/flext/buildsys/win/pd/gnumake-mingw-ext.inc
deleted file mode 100644
index 26bcf06e..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-ext.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-flext.inc b/externals/grill/flext/buildsys/win/pd/gnumake-mingw-flext.inc
deleted file mode 100644
index e64eb6c5..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-flext.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-ifdef SHARED
-EXT=dll
-else
-EXT=a
-endif
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-shlib.inc b/externals/grill/flext/buildsys/win/pd/gnumake-mingw-shlib.inc
deleted file mode 100644
index b2234c5b..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-mingw-shlib.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/gnumake-mingw.inc b/externals/grill/flext/buildsys/win/pd/gnumake-mingw.inc
deleted file mode 100644
index d3b6cedb..00000000
--- a/externals/grill/flext/buildsys/win/pd/gnumake-mingw.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DEFS += -DFLEXT_SYS=2 -DPD
-
-ifdef WINNT
-CFLAGS += -D_WIN32_WINNT=0x500
-endif
-
-##############################################
-
-INCPATH += -I$(PDPATH)/src
-LIBPATH += -L$(PDPATH)/bin
-
-# these are both in PDPATH
-LIBS += -lpd -lpthreadVC
diff --git a/externals/grill/flext/buildsys/win/pd/nmake-msvc-ext.inc b/externals/grill/flext/buildsys/win/pd/nmake-msvc-ext.inc
deleted file mode 100644
index 26bcf06e..00000000
--- a/externals/grill/flext/buildsys/win/pd/nmake-msvc-ext.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/nmake-msvc-flext.inc b/externals/grill/flext/buildsys/win/pd/nmake-msvc-flext.inc
deleted file mode 100644
index d30a7144..00000000
--- a/externals/grill/flext/buildsys/win/pd/nmake-msvc-flext.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-!ifdef SHARED
-EXT=dll
-!else
-EXT=lib
-!endif
diff --git a/externals/grill/flext/buildsys/win/pd/nmake-msvc-shlib.inc b/externals/grill/flext/buildsys/win/pd/nmake-msvc-shlib.inc
deleted file mode 100644
index b2234c5b..00000000
--- a/externals/grill/flext/buildsys/win/pd/nmake-msvc-shlib.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXT=dll
diff --git a/externals/grill/flext/buildsys/win/pd/nmake-msvc.inc b/externals/grill/flext/buildsys/win/pd/nmake-msvc.inc
deleted file mode 100644
index 89fba829..00000000
--- a/externals/grill/flext/buildsys/win/pd/nmake-msvc.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DEFS=$(DEFS) /DFLEXT_SYS=2 /DPD
-
-!ifdef WINNT
-DEFS=$(DEFS) /D_WIN32_WINNT=0x500
-!endif
-
-##############################################
-
-INCPATH=$(INCPATH) /I$(PDPATH)\src
-LIBPATH=$(LIBPATH) /LIBPATH:$(PDPATH)\bin
-
-# these are both in PDPATH
-LIBS=$(LIBS) pd.lib pthreadVC.lib