Revert "Add version information to DLLs."

Revert "Forgot to commit changes to subdir.mak in last revision."

Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2008-05-26 06:34:57 +00:00
parent 8999c833d1
commit 0147b92ea5
3 changed files with 3 additions and 80 deletions

View File

@ -32,9 +32,6 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
%.d: %.cpp
$(DEPEND_CMD) > $@
%.rco: %.rc
windres -I$(BUILD_ROOT) $< $@
%$(EXESUF): %.c
install: install-libs install-headers
@ -69,9 +66,9 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
DEPS := $(OBJS:.o=.d)
depend dep: $(DEPS)
CLEANSUFFIXES = *.o *~ *.ho *.rco
CLEANSUFFIXES = *.o *~ *.ho
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp *.map
DISTCLEANSUFFIXES = *.d *.rc
DISTCLEANSUFFIXES = *.d
define RULES
$(SUBDIR)%$(EXESUF): $(SUBDIR)%.o