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
This commit is contained in:
Sébastien Moutte 2006-01-29 21:56:00 +00:00
parent 32c1915210
commit d90b1da4f4
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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:

View file

@ -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