(from Steve Lhomme)

Original commit message from CVS:
(from Steve Lhomme)
* win32/Makefile: When using make clean the MS Visual Studio makefiles
are deleted.  Fix.
* win32/Makefile.inspect:
* win32/Makefile.launch:
* win32/Makefile.register:
This commit is contained in:
David Schleef 2004-05-10 22:49:01 +00:00
parent 037c9d2b34
commit 3a9c8f63d6
9 changed files with 17 additions and 8 deletions

View file

@ -1,3 +1,12 @@
2004-05-10 David Schleef <ds@schleef.org>
(from Steve Lhomme)
* win32/Makefile: When using make clean the MS Visual Studio makefiles
are deleted. Fix.
* win32/Makefile.inspect:
* win32/Makefile.launch:
* win32/Makefile.register:
2004-05-10 David Schleef <ds@schleef.org>
* gst/gstinfo.h: Add missing inline function.

View file

@ -79,7 +79,7 @@ clean:
make -f Makefile.inspect clean
make -f Makefile.launch clean
make -f Makefile.register clean
$(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp
$(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp lex._gst_parse_yy.c
libgstreamer-0.8.dll: $(HEADERS) $(OBJ)
link $(LDFLAGS) /OUT:$@ $(OBJ) /DEF:gstreamer.def glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib libpopt.lib wsock32.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-inspect.exe
clean:
$(RM) gst-inspect.*
$(RM) gst-inspect.exe gst-inspect.obj
gst-inspect.exe:
$(CC) $(SRC_DIR)\gst-inspect.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-launch.exe
clean:
$(RM) gst-launch.*
$(RM) gst-launch.exe gst-launch.obj
gst-launch.exe:
$(CC) $(SRC_DIR)\gst-launch.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-register.exe
clean:
$(RM) gst-register.*
$(RM) gst-register.exe gst-register.obj
gst-register.exe:
$(CC) $(SRC_DIR)\gst-register.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib

View file

@ -79,7 +79,7 @@ clean:
make -f Makefile.inspect clean
make -f Makefile.launch clean
make -f Makefile.register clean
$(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp
$(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp lex._gst_parse_yy.c
libgstreamer-0.8.dll: $(HEADERS) $(OBJ)
link $(LDFLAGS) /OUT:$@ $(OBJ) /DEF:gstreamer.def glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib libpopt.lib wsock32.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-inspect.exe
clean:
$(RM) gst-inspect.*
$(RM) gst-inspect.exe gst-inspect.obj
gst-inspect.exe:
$(CC) $(SRC_DIR)\gst-inspect.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-launch.exe
clean:
$(RM) gst-launch.*
$(RM) gst-launch.exe gst-launch.obj
gst-launch.exe:
$(CC) $(SRC_DIR)\gst-launch.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib

View file

@ -60,7 +60,7 @@ endif
all: gst-register.exe
clean:
$(RM) gst-register.*
$(RM) gst-register.exe gst-register.obj
gst-register.exe:
$(CC) $(SRC_DIR)\gst-register.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib