summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-05-26 06:34:57 +0000
committerMåns Rullgård <mans@mansr.com>2008-05-26 06:34:57 +0000
commit0147b92ea55999730b53db8a591ee068b8360f39 (patch)
tree189a779bb7adbcd95701e313bf500a026c6869fa /common.mak
parent8999c833d10f94572faeace1870137778005d226 (diff)
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
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak7
1 files changed, 2 insertions, 5 deletions
diff --git a/common.mak b/common.mak
index 609ff3f811..88a816efed 100644
--- a/common.mak
+++ b/common.mak
@@ -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