mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
*** empty log message ***
svn path=/trunk/; revision=12273
This commit is contained in:
parent
75f1fd495c
commit
df23944ec6
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
DEFS = -D__WINESRC__
|
||||
DLLFLAGS = @DLLFLAGS@
|
||||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = libdxguid.a
|
||||
|
||||
C_SRCS = \
|
||||
strmiids.c
|
||||
|
||||
all: $(MODULE)
|
||||
|
||||
@MAKE_RULES@
|
||||
|
||||
$(MODULE): $(OBJS) Makefile.in
|
||||
$(RM) $@
|
||||
$(AR) $@ $(OBJS)
|
||||
$(RANLIB) $@
|
||||
|
||||
man:
|
||||
|
||||
doc-html:
|
||||
|
||||
doc-sgml:
|
||||
|
||||
### Dependencies:
|
Loading…
Reference in a new issue