win32/: win32 build fixes
authorSebastien Moutte <sebastien@moutte.net>
Mon, 5 Dec 2005 12:09:01 +0000 (12:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 12:09:01 +0000 (12:09 +0000)
Original commit message from CVS:

patch by: Sebastien Moutte

* win32/MANIFEST:
* win32/common/config.h.in:
* win32/vs6/libgstcontroller.dsp:
win32 build fixes

ChangeLog
win32/MANIFEST
win32/common/config.h.in
win32/vs6/libgstcontroller.dsp

index 7d147de..d3b2435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       patch by: Sebastien Moutte
+
+       * win32/MANIFEST:
+       * win32/common/config.h.in:
+       * win32/vs6/libgstcontroller.dsp:
+         win32 build fixes
+
 2005-12-05  Wim Taymans  <wim@fluendo.com>
 
        * gst/gstcaps.c: (gst_caps_is_equal):
index 954605a..c6ac468 100644 (file)
@@ -5,6 +5,7 @@ win32/common/config.h
 win32/common/dirent.h
 win32/common/gtchar.h
 win32/common/libgstbase.def
+win32/common/libgstcontroller.def
 win32/common/libgstreamer.def
 win32/common/gstenumtypes.c
 win32/common/gstconfig.h
index befb4df..14b6fcf 100644 (file)
 #define HAVE_WIN32 1
 
 /* library dir */
-#define LIBDIR PREFIX "\\lib"
+#ifdef _DEBUG
+#  define LIBDIR PREFIX "\\debug\\lib"
+#else
+#  define LIBDIR PREFIX "\\lib"
+#endif
 
 /* gettext locale dir */
 #define LOCALEDIR PREFIX "\\share\\locale"
 #undef PACKAGE_VERSION
 
 /* Define the plugin directory */
-#define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
+#ifdef _DEBUG
+#  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
+#else
+#  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
+#endif
 
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
index c34ab24..8dd6a12 100644 (file)
@@ -108,6 +108,10 @@ SOURCE=..\..\libs\gst\controller\gstinterpolation.c
 
 SOURCE=..\..\libs\gst\controller\lib.c
 # End Source File
+# Begin Source File
+
+SOURCE=..\common\libgstcontroller.def
+# End Source File
 # End Group
 # Begin Group "Header Files"