summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2006-01-29 21:56:00 +0000
committerSébastien Moutte <sebastien@moutte.net>2006-01-29 21:56:00 +0000
commitd90b1da4f4faba3510301083853387651f5738e8 (patch)
tree8b32fcecc1cac405ce2cbeb76d1537dca36270bd
parent32c191521064414e7fe1f21620b6a09a07ae9442 (diff)
downloadgstreamer-d90b1da4f4faba3510301083853387651f5738e8.tar.gz
win32/vs6/grammar.dsp: fix some bugs in autogenerated files for Release mode
Original commit message from CVS: * win32/vs6/grammar.dsp: fix some bugs in autogenerated files for Release mode
-rw-r--r--ChangeLog4
-rw-r--r--win32/vs6/grammar.dsp10
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b096678be3..49ddee0039 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2006-01-29 Sebastien Moutte <sebastien@moutte.net>
+ * win32/vs6/grammar.dsp:
+ fix some bugs in Release mode for autogenerated files
+
+2006-01-29 Sebastien Moutte <sebastien@moutte.net>
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
export some new symbols: gst_base_src_set_format,
diff --git a/win32/vs6/grammar.dsp b/win32/vs6/grammar.dsp
index 20edeb746a..a2901306d5 100644
--- a/win32/vs6/grammar.dsp
+++ b/win32/vs6/grammar.dsp
@@ -116,7 +116,13 @@ SOURCE=..\..\gst\gst.h
SOURCE=..\common\gstconfig.h
!IF "$(CFG)" == "grammar - Win32 Release"
+# Begin Custom Build
+InputPath=..\common\gstconfig.h
+
+"..\..\gstconfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy /y ..\common\gstconfig.h ..\..\gst
+# End Custom Build
!ELSEIF "$(CFG)" == "grammar - Win32 Debug"
# Begin Custom Build
@@ -141,7 +147,7 @@ InputPath=..\common\gstenumtypes.c
BuildCmds= \
copy /y ..\common\gstenumtypes.c ..\..\gst\gstenumtypes.c \
- copy /y ..\common\gstenumtypes.c ..\..\gst\gstenumtypes.h \
+ copy /y ..\common\gstenumtypes.h ..\..\gst\gstenumtypes.h \
"..\..\gst\gstenumtypes.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -212,7 +218,7 @@ SOURCE=..\common\gstversion.h
InputPath=..\common\gstversion.h
"..\..\gst\gstversion.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy /? ..\common\gstversion.h ..\..\gst
+ copy /y ..\common\gstversion.h ..\..\gst
# End Custom Build