summaryrefslogtreecommitdiffstats
path: root/gst/effectv/effectv.vcproj
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 09:48:51 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 09:48:51 +0000
commit48429b2cdcc83e3131c1a4a6318e5a227bc4cf5f (patch)
treea1999ca2c37b3012ff9da3e151f1439a953bf6ba /gst/effectv/effectv.vcproj
parentb287bdedde5ec3cbd6ab24d1b5f289d0053ee56d (diff)
avoid problems with math.h, fix release dependancy
Original commit message from CVS: avoid problems with math.h, fix release dependancy
Diffstat (limited to 'gst/effectv/effectv.vcproj')
-rw-r--r--gst/effectv/effectv.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/effectv.vcproj b/gst/effectv/effectv.vcproj
index 4871c9f3..fca7c3a6 100644
--- a/gst/effectv/effectv.vcproj
+++ b/gst/effectv/effectv.vcproj
@@ -87,7 +87,7 @@
AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib GStreamer-0.8.lib gstbytestream.lib iconv.lib intl.lib"
OutputFile="$(OutDir)/gsteffectv.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib"
+ AdditionalLibraryDirectories="../../../gstreamer/win32/Release;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib"
ModuleDefinitionFile=""
GenerateDebugInformation="TRUE"
SubSystem="2"