Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-04-29 06:31:01 +0400
committerilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-04-29 06:31:01 +0400
commita662eda3ff61019cc72ca5d63705f1055493d873 (patch)
tree695d1afba0ddfcc1ca36c3c34c1875e02f037ccf /win32
parent4440be9a534cafea4a0207d49d6d7ad7511bd4fc (diff)
* Update configure.ac in libspeex
* Add Makefile.am around the win32 dirs * Remove the theora-base library from the sdk git-svn-id: http://svn.xiph.org/trunk/speex@11308 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.am16
-rw-r--r--win32/VS2003/Makefile.am8
-rw-r--r--win32/VS2003/libspeex/Makefile.am8
-rw-r--r--win32/VS2003/speexdec/Makefile.am8
-rw-r--r--win32/VS2003/speexenc/Makefile.am8
-rw-r--r--win32/VS2005/Makefile.am8
-rw-r--r--win32/VS2005/libspeex/Makefile.am8
-rw-r--r--win32/VS2005/libspeex/libspeex.vcproj2
-rw-r--r--win32/VS2005/speexdec/Makefile.am8
-rw-r--r--win32/VS2005/speexenc/Makefile.am8
10 files changed, 73 insertions, 9 deletions
diff --git a/win32/Makefile.am b/win32/Makefile.am
index 17fe116..0823f46 100644
--- a/win32/Makefile.am
+++ b/win32/Makefile.am
@@ -1,8 +1,8 @@
-## Process this file with automake to produce Makefile.in. -*-Makefile-*-
-
-# Disable automatic dependency tracking if using other tools than gcc and gmake
-#AUTOMAKE_OPTIONS = no-dependencies
-
-SUBDIRS = libspeex speexenc speexdec
-
-EXTRA_DIST = speex.iss config.h
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+SUBDIRS = libspeex speexenc speexdec VS2003 VS2005
+
+EXTRA_DIST = speex.iss config.h
diff --git a/win32/VS2003/Makefile.am b/win32/VS2003/Makefile.am
new file mode 100644
index 0000000..d4698d7
--- /dev/null
+++ b/win32/VS2003/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+SUBDIRS = libspeex speexenc speexdec
+
+EXTRA_DIST =
diff --git a/win32/VS2003/libspeex/Makefile.am b/win32/VS2003/libspeex/Makefile.am
new file mode 100644
index 0000000..35cf918
--- /dev/null
+++ b/win32/VS2003/libspeex/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = libspeex.def libspeex.vcproj
+
+
diff --git a/win32/VS2003/speexdec/Makefile.am b/win32/VS2003/speexdec/Makefile.am
new file mode 100644
index 0000000..93b93c1
--- /dev/null
+++ b/win32/VS2003/speexdec/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speexdec.vcproj
+
+
diff --git a/win32/VS2003/speexenc/Makefile.am b/win32/VS2003/speexenc/Makefile.am
new file mode 100644
index 0000000..49e32dc
--- /dev/null
+++ b/win32/VS2003/speexenc/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speexenc.vcproj
+
+
diff --git a/win32/VS2005/Makefile.am b/win32/VS2005/Makefile.am
new file mode 100644
index 0000000..d4698d7
--- /dev/null
+++ b/win32/VS2005/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+SUBDIRS = libspeex speexenc speexdec
+
+EXTRA_DIST =
diff --git a/win32/VS2005/libspeex/Makefile.am b/win32/VS2005/libspeex/Makefile.am
new file mode 100644
index 0000000..5de466c
--- /dev/null
+++ b/win32/VS2005/libspeex/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = libspeex.vcproj
+
+
diff --git a/win32/VS2005/libspeex/libspeex.vcproj b/win32/VS2005/libspeex/libspeex.vcproj
index 7a01a8b..66e2710 100644
--- a/win32/VS2005/libspeex/libspeex.vcproj
+++ b/win32/VS2005/libspeex/libspeex.vcproj
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="libspeex"
- ProjectGUID="{6D653C6F-8722-4B10-9C3A-CB7094DD159F}"
+ ProjectGUID="{E972C52F-9E85-4D65-B19C-031E511E9DB4}"
RootNamespace="libspeex"
Keyword="Win32Proj"
>
diff --git a/win32/VS2005/speexdec/Makefile.am b/win32/VS2005/speexdec/Makefile.am
new file mode 100644
index 0000000..93b93c1
--- /dev/null
+++ b/win32/VS2005/speexdec/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speexdec.vcproj
+
+
diff --git a/win32/VS2005/speexenc/Makefile.am b/win32/VS2005/speexenc/Makefile.am
new file mode 100644
index 0000000..49e32dc
--- /dev/null
+++ b/win32/VS2005/speexenc/Makefile.am
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speexenc.vcproj
+
+